From: Vishal Verma Date: Tue, 5 Mar 2013 01:40:56 +0000 (-0700) Subject: NVMe: Rename nvme.c to nvme-core.c X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=729dd1bd802acb973eec9c73ccb87d3143c13937;p=linux-edison.git 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 Signed-off-by: Matthew Wilcox --- diff --git a/drivers/block/Makefile b/drivers/block/Makefile index a3b40232c6a..2a41c86d3ad 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 similarity index 100% rename from drivers/block/nvme.c rename to drivers/block/nvme-core.c