The patch titled CONFIG_SCSI_FD_8xx no longer exists has been added to the -mm tree. Its filename is config_scsi_fd_8xx-no-longer-exists.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: CONFIG_SCSI_FD_8xx no longer exists From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/scsi/Makefile | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/scsi/Makefile~config_scsi_fd_8xx-no-longer-exists drivers/scsi/Makefile --- a/drivers/scsi/Makefile~config_scsi_fd_8xx-no-longer-exists +++ a/drivers/scsi/Makefile @@ -90,7 +90,6 @@ obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx/ obj-$(CONFIG_SCSI_LPFC) += lpfc/ obj-$(CONFIG_SCSI_PAS16) += pas16.o obj-$(CONFIG_SCSI_SEAGATE) += seagate.o -obj-$(CONFIG_SCSI_FD_8xx) += seagate.o obj-$(CONFIG_SCSI_T128) += t128.o obj-$(CONFIG_SCSI_DMX3191D) += dmx3191d.o obj-$(CONFIG_SCSI_DTC3280) += dtc.o _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are lots-of-architectures-enable-arbitary-speed-tty-support.patch git-scsi-misc.patch config_scsi_fd_8xx-no-longer-exists.patch dma-mapping-prevent-dma-dependent-code-from-linking-on.patch check_signature-needs-readb.patch pm2fb-white-spaces-clean-up.patch fbdev-fbcon-console-unregistration-from-unregister_framebuffer.patch fbdev-fbcon-console-unregistration-from-unregister_framebuffer-fix.patch fm2fb-the-pseudo_palette-is-only-16-elements-long.patch offb-the-pseudo_palette-is-only-16-elements-long.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html