diff options
| -rw-r--r-- | arch/arm/mach-pxa/generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index 630fa916bbc6..04b013fbc98f 100644 --- a/arch/arm/mach-pxa/generic.c +++ b/arch/arm/mach-pxa/generic.c | |||
| @@ -61,7 +61,7 @@ EXPORT_SYMBOL(get_clock_tick_rate); | |||
| 61 | /* | 61 | /* |
| 62 | * For non device-tree builds, keep legacy timer init | 62 | * For non device-tree builds, keep legacy timer init |
| 63 | */ | 63 | */ |
| 64 | void pxa_timer_init(void) | 64 | void __init pxa_timer_init(void) |
| 65 | { | 65 | { |
| 66 | pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x40a00000), | 66 | pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x40a00000), |
| 67 | get_clock_tick_rate()); | 67 | get_clock_tick_rate()); |
