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

[SCSI] CONFIG_SCSI_FD_8xx no longer exists

CONFIG_SCSI_FD_8xx no longer exists.

Apparently it was renamed to CONFIG_SCSI_SEAGATE, but the Makefile was
not correctly updated.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

Geert Uytterhoeven and committed by
James Bottomley
cde76085 da3962fe

-1
-1
drivers/scsi/Makefile
··· 90 90 obj-$(CONFIG_SCSI_LPFC) += lpfc/ 91 91 obj-$(CONFIG_SCSI_PAS16) += pas16.o 92 92 obj-$(CONFIG_SCSI_SEAGATE) += seagate.o 93 - obj-$(CONFIG_SCSI_FD_8xx) += seagate.o 94 93 obj-$(CONFIG_SCSI_T128) += t128.o 95 94 obj-$(CONFIG_SCSI_DMX3191D) += dmx3191d.o 96 95 obj-$(CONFIG_SCSI_DTC3280) += dtc.o