From: Maciej W. Rozycki <macro@linux-mips.org> Date: Mon, 12 May 2008 21:02:38 +0000 (-0700) Subject: rtc: m41t80: include <linux/kernel.h> for printk() X-Git-Tag: firefly_0821_release~20329 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9fb1f68d40d9dd99fdbf65349c9c6af760e19e6e;p=firefly-linux-kernel-4.4.55.git rtc: m41t80: include <linux/kernel.h> for printk() The driver uses printk(), but does not include <linux/kernel.h> -- add it. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Alexander Bigga <ab@mycable.de> Cc: Wim Van Sebroeck <wim@iguana.be> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- diff --git a/drivers/rtc/rtc-m41t80.c b/drivers/rtc/rtc-m41t80.c index 3d451ece253c..a3e0880b38fb 100644 --- a/drivers/rtc/rtc-m41t80.c +++ b/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>