diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/common.h')
-rw-r--r-- | arch/arm/mach-kirkwood/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h index 5ffa57f08c80..283ab611e8da 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h | |||
@@ -156,7 +156,7 @@ void kirkwood_xor1_init(void); | |||
156 | void kirkwood_crypto_init(void); | 156 | void kirkwood_crypto_init(void); |
157 | 157 | ||
158 | extern int kirkwood_tclk; | 158 | extern int kirkwood_tclk; |
159 | extern struct sys_timer kirkwood_timer; | 159 | extern void kirkwood_timer_init(void); |
160 | 160 | ||
161 | #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) | 161 | #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) |
162 | 162 | ||