diff options
Diffstat (limited to 'arch/arm/mach-dove/common.c')
-rw-r--r-- | arch/arm/mach-dove/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index bda7aca04ca0..42ab1e7c4ecc 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c | |||
@@ -181,7 +181,7 @@ static int get_tclk(void) | |||
181 | return 166666667; | 181 | return 166666667; |
182 | } | 182 | } |
183 | 183 | ||
184 | static void dove_timer_init(void) | 184 | static void __init dove_timer_init(void) |
185 | { | 185 | { |
186 | orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, | 186 | orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, |
187 | IRQ_DOVE_BRIDGE, get_tclk()); | 187 | IRQ_DOVE_BRIDGE, get_tclk()); |