The patch titled ramoops: add HAS_IOMEM dependency has been added to the -mm tree. Its filename is ramoops-add-has_iomem-dependency.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ramoops: add HAS_IOMEM dependency From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> The driver fails to compile on s390: drivers/char/ramoops.c: In function 'ramoops_init': drivers/char/ramoops.c:122: error: implicit declaration of function 'ioremap' Since we won't make use of the driver anyway on s390 just let it depend on HAS_IOMEM. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Marco Stornelli <marco.stornelli@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/Kconfig~ramoops-add-has_iomem-dependency drivers/char/Kconfig --- a/drivers/char/Kconfig~ramoops-add-has_iomem-dependency +++ a/drivers/char/Kconfig @@ -1123,6 +1123,7 @@ source "drivers/s390/char/Kconfig" config RAMOOPS tristate "Log panic/oops to a RAM buffer" + depends on HAS_IOMEM default n help This enables panic and oops messages to be logged to a circular _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch s390-convert-cpu-notifier-to-return-encapsulate-errno-value.patch fs-compat_rw_copy_check_uvector-add-missing-compat_ptr-call.patch ramoops-add-has_iomem-dependency.patch linux-next.patch drivers-s390-net-use-memdup_user.patch vfs-introduce-fmode_neg_offset-for-allowing-negative-f_pos.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