From: David Brownell Date: Sat, 6 Jan 2007 00:36:25 +0000 (-0800) Subject: [PATCH] rtc-at91rm9200 build fix X-Git-Tag: upstream/snapshot3+hdmi~36340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d73e3cd73c058ce792ad276f979680aa331f4f8e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] rtc-at91rm9200 build fix The at91rm9200 RTC driver needs some assistance to build, because of recent header file rearrangement. Signed-off-by: David Brownell Cc: Alessandro Zummo Cc: Andrew Victor Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index 4f654c9..a724ab4 100644 --- a/drivers/rtc/rtc-at91rm9200.c +++ b/drivers/rtc/rtc-at91rm9200.c @@ -33,6 +33,8 @@ #include +#include + #define AT91_RTC_FREQ 1 #define AT91_RTC_EPOCH 1900UL /* just like arch/arm/common/rtctime.c */