The patch titled ssb: Make extif driver compilation depend on extif config has been added to the -mm tree. Its filename is ssb-extif-timing-serial-port-initialization-fix.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: ssb: Make extif driver compilation depend on extif config From: Michael Buesch <mb@xxxxxxxxx> Compilation of the extif driver must depend on CONFIG_SSB_DRIVER_EXTIF. Sorry, my fault. Signed-off-by: Michael Buesch <mb@xxxxxxxxx> Cc: Felix Fietkau <nbd@xxxxxxxxxxx> Cc: Aurelien Jarno <aurelien@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ssb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/ssb/Makefile~ssb-extif-timing-serial-port-initialization-fix drivers/ssb/Makefile --- a/drivers/ssb/Makefile~ssb-extif-timing-serial-port-initialization-fix +++ a/drivers/ssb/Makefile @@ -7,7 +7,8 @@ ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia. # built-in drivers ssb-y += driver_chipcommon.o -ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o driver_extif.o +ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o +ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o ssb-$(CONFIG_SSB_DRIVER_PCICORE) += driver_pcicore.o obj-$(CONFIG_SSB) += ssb.o _ Patches currently in -mm which might be from mb@xxxxxxxxx are git-wireless.patch merge-the-sonics-silicon-backplane-subsystem.patch merge-the-sonics-silicon-backplane-subsystem-fix.patch avoid-ssb-compililation-on-s390.patch b44-ssb-fix-irq-routing-bits-on-the-backplane.patch merge-the-sonics-silicon-backplane-subsystem-update.patch ssb-compile-fix.patch watchdog-support-3.patch ssb-chipcommon-add-function-to-get-processor-clock.patch ssb-chipcommon-add-function-to-get-processor-clock-fix.patch ssb-mainc-needs-dma-mappingh.patch ssb-extif-timing-serial-port-initialization.patch ssb-extif-timing-serial-port-initialization-fix.patch use-ssb-extif-in-ssb-mips-core-driver.patch use-ssb-extif-in-ssb-mips-core-driver-fix.patch add-buswidth-to-ssb-mips-core-flash-driver.patch ssb-add-a-driver-for-the-broadcom-ohci-core.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