From: Maciej W. Rozycki Date: Mon, 12 May 2008 21:02:38 +0000 (-0700) Subject: rtc: m41t80: include for printk() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9fb1f68d40d9dd99fdbf65349c9c6af760e19e6e;p=linux-beck.git rtc: m41t80: include for printk() The driver uses printk(), but does not include -- add it. Signed-off-by: Maciej W. Rozycki Cc: Alessandro Zummo Cc: Alexander Bigga Cc: Wim Van Sebroeck Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 #include +#include #include #include #include