Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d73e3cd7 authored by David Brownell's avatar David Brownell Committed by Linus Torvalds
Browse files

[PATCH] rtc-at91rm9200 build fix



The at91rm9200 RTC driver needs some assistance to build, because of recent
header file rearrangement.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
Cc: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c1150d8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,8 @@


#include <asm/mach/time.h>
#include <asm/mach/time.h>


#include <asm/arch/at91_rtc.h>



#define AT91_RTC_FREQ		1
#define AT91_RTC_FREQ		1
#define AT91_RTC_EPOCH		1900UL	/* just like arch/arm/common/rtctime.c */
#define AT91_RTC_EPOCH		1900UL	/* just like arch/arm/common/rtctime.c */