projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1150d8
)
[PATCH] rtc-at91rm9200 build fix
author
David Brownell
<
[email protected]
>
Sat, 6 Jan 2007 00:36:25 +0000
(16:36 -0800)
committer
Linus Torvalds
<
[email protected]
>
Sat, 6 Jan 2007 07:55:22 +0000
(23:55 -0800)
The at91rm9200 RTC driver needs some assistance to build, because of recent
header file rearrangement.
Signed-off-by: David Brownell <
[email protected]
>
Cc: Alessandro Zummo <
[email protected]
>
Cc: Andrew Victor <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/rtc/rtc-at91rm9200.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-at91rm9200.c
b/drivers/rtc/rtc-at91rm9200.c
index 4f654c901c64d8c37278970576d13cdd829de904..a724ab49a7973bfd474681b2d1d0680d540b27e5 100644
(file)
--- a/
drivers/rtc/rtc-at91rm9200.c
+++ b/
drivers/rtc/rtc-at91rm9200.c
@@
-33,6
+33,8
@@
#include <asm/mach/time.h>
+#include <asm/arch/at91_rtc.h>
+
#define AT91_RTC_FREQ 1
#define AT91_RTC_EPOCH 1900UL /* just like arch/arm/common/rtctime.c */