The patch titled rtc: m41t80: include <linux/kernel.h> for printk() has been added to the -mm tree. Its filename is rtc-m41t80-include-linux-kernelh-for-printk.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://www.zip.com.au/~akpm/linux/patches/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: rtc: m41t80: include <linux/kernel.h> for printk() From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> The driver uses printk(), but does not include <linux/kernel.h> -- add it. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Alexander Bigga <ab@xxxxxxxxxx> Cc: Wim Van Sebroeck <wim@xxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-m41t80.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-m41t80.c~rtc-m41t80-include-linux-kernelh-for-printk drivers/rtc/rtc-m41t80.c --- a/drivers/rtc/rtc-m41t80.c~rtc-m41t80-include-linux-kernelh-for-printk +++ a/drivers/rtc/rtc-m41t80.c @@ -15,6 +15,7 @@ #include <linux/module.h> #include <linux/init.h> +#include <linux/kernel.h> #include <linux/slab.h> #include <linux/string.h> #include <linux/i2c.h> _ Patches currently in -mm which might be from macro@xxxxxxxxxxxxxx are rtc-rtc_time_to_tm-use-unsigned-arithmetic.patch rtc-rtc_time_to_tm-use-unsigned-arithmetic-fix.patch rtc-watchdog-m41t80-fix-a-potential-use-of-unitialized-data.patch rtc-m41t80-include-linux-kernelh-for-printk.patch linux-next.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