diff options
author | Vishal Verma <vishal.l.verma@intel.com> | 2013-03-04 18:40:56 -0700 |
---|---|---|
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | 2013-03-26 14:24:56 -0400 |
commit | 729dd1bd802acb973eec9c73ccb87d3143c13937 (patch) | |
tree | 2aa9cc227b442ff858e1f3d59a0dddf5d803e897 | |
parent | 0e5e4f0e56aca0df1d5648db0be9028bd573b25c (diff) |
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>
-rw-r--r-- | drivers/block/Makefile | 1 | ||||
-rw-r--r-- | drivers/block/nvme-core.c (renamed from drivers/block/nvme.c) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index a3b40232c6ab..2a41c86d3ad9 100644 --- a/drivers/block/Makefile +++ b/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 diff --git a/drivers/block/nvme.c b/drivers/block/nvme-core.c index 26e266072079..26e266072079 100644 --- a/drivers/block/nvme.c +++ b/drivers/block/nvme-core.c |