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:
60ac133
)
[ARM] 2975/1: S3C2410: time.c missing include of cpu.h
author
Ben Dooks
<
[email protected]
>
Wed, 12 Oct 2005 18:58:05 +0000
(19:58 +0100)
committer
Russell King
<
[email protected]
>
Wed, 12 Oct 2005 18:58:05 +0000
(19:58 +0100)
Patch from Ben Dooks
arch/arm/mach-s3c2410/time.c is missing include
of cpu.h, causing the declaration of the timer
struct (s3c24xx_timer) to be flagged as missing
the declaration.
Signed-off-by: Ben Dooks <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-s3c2410/time.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/time.c
b/arch/arm/mach-s3c2410/time.c
index c0acfb2ad790a711c877afda5195be642288f690..8a00e3c3cd089cf3bec4f192c72322cee95ebd93 100644
(file)
--- a/
arch/arm/mach-s3c2410/time.c
+++ b/
arch/arm/mach-s3c2410/time.c
@@
-38,6
+38,7
@@
#include <asm/hardware/clock.h>
#include "clock.h"
+#include "cpu.h"
static unsigned long timer_startval;
static unsigned long timer_usec_ticks;