diff options
Diffstat (limited to 'arch/arm/mach-at91/at91cap9.c')
-rw-r--r-- | arch/arm/mach-at91/at91cap9.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/at91cap9.c b/arch/arm/mach-at91/at91cap9.c index 6287c0dea47a..bdf50974ef4c 100644 --- a/arch/arm/mach-at91/at91cap9.c +++ b/arch/arm/mach-at91/at91cap9.c | |||
@@ -340,14 +340,12 @@ static void __init at91cap9_map_io(void) | |||
340 | iotable_init(at91cap9_sram_desc, ARRAY_SIZE(at91cap9_sram_desc)); | 340 | iotable_init(at91cap9_sram_desc, ARRAY_SIZE(at91cap9_sram_desc)); |
341 | } | 341 | } |
342 | 342 | ||
343 | static void __init at91cap9_initialize(unsigned long main_clock) | 343 | static void __init at91cap9_initialize(void) |
344 | { | ||
344 | at91_arch_reset = at91cap9_reset; | 345 | at91_arch_reset = at91cap9_reset; |
345 | pm_power_off = at91cap9_poweroff; | 346 | pm_power_off = at91cap9_poweroff; |
346 | at91_extern_irq = (1 << AT91CAP9_ID_IRQ0) | (1 << AT91CAP9_ID_IRQ1); | 347 | at91_extern_irq = (1 << AT91CAP9_ID_IRQ0) | (1 << AT91CAP9_ID_IRQ1); |
347 | 348 | ||
348 | /* Init clock subsystem */ | ||
349 | at91_clock_init(main_clock); | ||
350 | |||
351 | /* Register the processor-specific clocks */ | 349 | /* Register the processor-specific clocks */ |
352 | at91cap9_register_clocks(); | 350 | at91cap9_register_clocks(); |
353 | 351 | ||