Browse Source

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: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Vishal Verma 12 years ago
parent
commit
729dd1bd80
2 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/block/Makefile
  2. 0 0
      drivers/block/nvme-core.c

+ 1 - 0
drivers/block/Makefile

@@ -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
drivers/block/nvme.c → drivers/block/nvme-core.c