diff options
Diffstat (limited to 'arch/arm/mach-at91/at91cap9.c')
-rw-r--r-- | arch/arm/mach-at91/at91cap9.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/at91cap9.c b/arch/arm/mach-at91/at91cap9.c index bdf50974ef4c..8fabf91fe2e5 100644 --- a/arch/arm/mach-at91/at91cap9.c +++ b/arch/arm/mach-at91/at91cap9.c | |||
@@ -346,9 +346,6 @@ static void __init at91cap9_initialize(void) | |||
346 | pm_power_off = at91cap9_poweroff; | 346 | pm_power_off = at91cap9_poweroff; |
347 | at91_extern_irq = (1 << AT91CAP9_ID_IRQ0) | (1 << AT91CAP9_ID_IRQ1); | 347 | at91_extern_irq = (1 << AT91CAP9_ID_IRQ0) | (1 << AT91CAP9_ID_IRQ1); |
348 | 348 | ||
349 | /* Register the processor-specific clocks */ | ||
350 | at91cap9_register_clocks(); | ||
351 | |||
352 | /* Register GPIO subsystem */ | 349 | /* Register GPIO subsystem */ |
353 | at91_gpio_init(at91cap9_gpio, 4); | 350 | at91_gpio_init(at91cap9_gpio, 4); |
354 | 351 | ||
@@ -404,5 +401,6 @@ static unsigned int at91cap9_default_irq_priority[NR_AIC_IRQS] __initdata = { | |||
404 | struct at91_init_soc __initdata at91cap9_soc = { | 401 | struct at91_init_soc __initdata at91cap9_soc = { |
405 | .map_io = at91cap9_map_io, | 402 | .map_io = at91cap9_map_io, |
406 | .default_irq_priority = at91cap9_default_irq_priority, | 403 | .default_irq_priority = at91cap9_default_irq_priority, |
404 | .register_clocks = at91cap9_register_clocks, | ||
407 | .init = at91cap9_initialize, | 405 | .init = at91cap9_initialize, |
408 | }; | 406 | }; |