Skip to content

Commit

Permalink
NVMe: Rename nvme.c to nvme-core.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vishal Verma authored and Matthew Wilcox committed Mar 26, 2013
1 parent 0e5e4f0 commit 729dd1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit 729dd1b

Please sign in to comment.