From: David Brownell Date: Sat, 6 Jan 2007 00:36:25 +0000 (-0800) Subject: [PATCH] rtc-at91rm9200 build fix X-Git-Tag: v2.6.20-rc4~72 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d73e3cd73c058ce792ad276f979680aa331f4f8e;p=linux-2.6-omap-h63xx.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 4f654c901c6..a724ab49a79 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 */