Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 729dd1bd authored by Vishal Verma's avatar Vishal Verma Committed by Matthew Wilcox
Browse files

NVMe: Rename nvme.c to nvme-core.c



In preparation for adding nvme-scsi.c
It is preferable to retain the module name 'nvme'

Signed-off-by: default avatarVishal Verma <vishal.l.verma@intel.com>
Signed-off-by: default avatarMatthew Wilcox <matthew.r.wilcox@intel.com>
parent 0e5e4f0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,4 +42,5 @@ obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx/

obj-$(CONFIG_BLK_DEV_RSXX) += rsxx/

nvme-y		:= nvme-core.o
swim_mod-y	:= swim.o swim_asm.o
+0 −0

File moved.