diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-04-23 03:28:34 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-28 11:07:28 -0400 |
commit | 92100c12ca1bc5f347ff41c1413f9db07c4d276c (patch) | |
tree | cbf4379cce962c550d32ab5dfd6d10dac7fb70db /arch/arm/mach-at91/board-sam9rlek.c | |
parent | 21d08b9d5536ac418bbce4f419fe2b528b7ddf31 (diff) |
at91: factorize at91 interrupts init to soc
they are the same except the default priority
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/board-sam9rlek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9rlek.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-at91/board-sam9rlek.c b/arch/arm/mach-at91/board-sam9rlek.c index defbca479c0e..4f14b54b93a8 100644 --- a/arch/arm/mach-at91/board-sam9rlek.c +++ b/arch/arm/mach-at91/board-sam9rlek.c | |||
@@ -53,12 +53,6 @@ static void __init ek_init_early(void) | |||
53 | at91_set_serial_console(0); | 53 | at91_set_serial_console(0); |
54 | } | 54 | } |
55 | 55 | ||
56 | static void __init ek_init_irq(void) | ||
57 | { | ||
58 | at91sam9rl_init_interrupts(NULL); | ||
59 | } | ||
60 | |||
61 | |||
62 | /* | 56 | /* |
63 | * USB HS Device port | 57 | * USB HS Device port |
64 | */ | 58 | */ |
@@ -332,6 +326,6 @@ MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK") | |||
332 | .timer = &at91sam926x_timer, | 326 | .timer = &at91sam926x_timer, |
333 | .map_io = at91_map_io, | 327 | .map_io = at91_map_io, |
334 | .init_early = ek_init_early, | 328 | .init_early = ek_init_early, |
335 | .init_irq = ek_init_irq, | 329 | .init_irq = at91_init_irq_default, |
336 | .init_machine = ek_board_init, | 330 | .init_machine = ek_board_init, |
337 | MACHINE_END | 331 | MACHINE_END |