From: David Brownell Date: Sat, 6 Jan 2007 00:36:25 +0000 (-0800) Subject: [PATCH] rtc-at91rm9200 build fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d73e3cd73c058ce792ad276f979680aa331f4f8e;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 */