rtc: m41t80: include <linux/kernel.h> for printk()
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 12 May 2008 21:02:38 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:26 +0000 (08:02 -0700)
commit9fb1f68d40d9dd99fdbf65349c9c6af760e19e6e
treec7671ec24da86f084c0fc01d877f58d952cb5da8
parent417607d05f41dbe2acccdb7a298a81d30ba1d22b
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>
drivers/rtc/rtc-m41t80.c