]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
nvme: Makefile: remove dead build rule
authorValentin Rothberg <vrothberg@suse.com>
Thu, 29 Jun 2017 06:59:07 +0000 (08:59 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 29 Jun 2017 15:43:23 +0000 (09:43 -0600)
Remove dead build rule for drivers/nvme/host/scsi.c which has been
removed by commit ("nvme: Remove SCSI translations").

Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/Makefile

index f1a7d945fbb6624212c2c357a1b7f5a66eaa4b96..cc0aacb4c8b47858c0b546da5288cb82d7739c42 100644 (file)
@@ -5,7 +5,6 @@ obj-$(CONFIG_NVME_RDMA)                 += nvme-rdma.o
 obj-$(CONFIG_NVME_FC)                  += nvme-fc.o
 
 nvme-core-y                            := core.o
-nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI)  += scsi.o
 nvme-core-$(CONFIG_NVM)                        += lightnvm.o
 
 nvme-y                                 += pci.o