diff options
Diffstat (limited to 'arch/arm/mach-at91/at572d940hf.c')
-rw-r--r-- | arch/arm/mach-at91/at572d940hf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at572d940hf.c b/arch/arm/mach-at91/at572d940hf.c index a6b9c68c003a..bacd3764b6c5 100644 --- a/arch/arm/mach-at91/at572d940hf.c +++ b/arch/arm/mach-at91/at572d940hf.c | |||
@@ -302,11 +302,14 @@ static void at572d940hf_reset(void) | |||
302 | * AT572D940HF processor initialization | 302 | * AT572D940HF processor initialization |
303 | * -------------------------------------------------------------------- */ | 303 | * -------------------------------------------------------------------- */ |
304 | 304 | ||
305 | void __init at572d940hf_initialize(unsigned long main_clock) | 305 | void __init at572d940hf_map_io(void) |
306 | { | 306 | { |
307 | /* Map peripherals */ | 307 | /* Map peripherals */ |
308 | iotable_init(at572d940hf_io_desc, ARRAY_SIZE(at572d940hf_io_desc)); | 308 | iotable_init(at572d940hf_io_desc, ARRAY_SIZE(at572d940hf_io_desc)); |
309 | } | ||
309 | 310 | ||
311 | void __init at572d940hf_initialize(unsigned long main_clock) | ||
312 | { | ||
310 | at91_arch_reset = at572d940hf_reset; | 313 | at91_arch_reset = at572d940hf_reset; |
311 | at91_extern_irq = (1 << AT572D940HF_ID_IRQ0) | (1 << AT572D940HF_ID_IRQ1) | 314 | at91_extern_irq = (1 << AT572D940HF_ID_IRQ0) | (1 << AT572D940HF_ID_IRQ1) |
312 | | (1 << AT572D940HF_ID_IRQ2); | 315 | | (1 << AT572D940HF_ID_IRQ2); |