The patch titled Avoid ssb compililation on s390 has been added to the -mm tree. Its filename is avoid-ssb-compililation-on-s390.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: Avoid ssb compililation on s390 From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> drivers/ssb/main.c: In function 'ssb_ssb_read16': drivers/ssb/main.c:444: error: implicit declaration of function 'readw' drivers/ssb/main.c: In function 'ssb_ssb_read32': drivers/ssb/main.c:452: error: implicit declaration of function 'readl' drivers/ssb/main.c: In function 'ssb_ssb_write16': drivers/ssb/main.c:460: error: implicit declaration of function 'writew' drivers/ssb/main.c: In function 'ssb_ssb_write32': drivers/ssb/main.c:468: error: implicit declaration of function 'writel' Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: "John W. Linville" <linville@xxxxxxxxxxxxx> Cc: Michael Buesch <mb@xxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ssb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ssb/Kconfig~avoid-ssb-compililation-on-s390 drivers/ssb/Kconfig --- a/drivers/ssb/Kconfig~avoid-ssb-compililation-on-s390 +++ a/drivers/ssb/Kconfig @@ -2,7 +2,7 @@ menu "Sonics Silicon Backplane" config SSB tristate "Sonics Silicon Backplane support" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && HAS_IOMEM help Support for the Sonics Silicon Backplane bus _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are git-s390.patch avoid-ssb-compililation-on-s390.patch during-vm-oom-condition-kill-all-threads-in-process-group.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