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>

authored by Maciej W. Rozycki and committed by Linus Torvalds 9fb1f68d 417607d0

+1
+1
drivers/rtc/rtc-m41t80.c
··· 15 15 16 16 #include <linux/module.h> 17 17 #include <linux/init.h> 18 + #include <linux/kernel.h> 18 19 #include <linux/slab.h> 19 20 #include <linux/string.h> 20 21 #include <linux/i2c.h>