diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-04-24 06:15:34 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-28 11:07:29 -0400 |
commit | 51ddec7617bd0d4c73c44a8862faac5d7d97eb03 (patch) | |
tree | 56cfd6db86147db3138d81ae7c9d2d9e9cfda068 /arch/arm/mach-at91/at91cap9.c | |
parent | 465393749da3a3229f6067246c7e8f97f7cc833d (diff) |
at91: move register clocks to soc generic init
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
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 | }; |