Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nvme: Makefile: remove dead build rule

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>

authored by

Valentin Rothberg and committed by
Jens Axboe
a2b93775 fe631457

-1
-1
drivers/nvme/host/Makefile
··· 5 5 obj-$(CONFIG_NVME_FC) += nvme-fc.o 6 6 7 7 nvme-core-y := core.o 8 - nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI) += scsi.o 9 8 nvme-core-$(CONFIG_NVM) += lightnvm.o 10 9 11 10 nvme-y += pci.o