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-sam9m10g45ek.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-sam9m10g45ek.c')
-rw-r--r-- | arch/arm/mach-at91/board-sam9m10g45ek.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c index 2df5d4140b15..ad234ccbf57e 100644 --- a/arch/arm/mach-at91/board-sam9m10g45ek.c +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c | |||
@@ -63,12 +63,6 @@ static void __init ek_init_early(void) | |||
63 | at91_set_serial_console(0); | 63 | at91_set_serial_console(0); |
64 | } | 64 | } |
65 | 65 | ||
66 | static void __init ek_init_irq(void) | ||
67 | { | ||
68 | at91sam9g45_init_interrupts(NULL); | ||
69 | } | ||
70 | |||
71 | |||
72 | /* | 66 | /* |
73 | * USB HS Host port (common to OHCI & EHCI) | 67 | * USB HS Host port (common to OHCI & EHCI) |
74 | */ | 68 | */ |
@@ -424,6 +418,6 @@ MACHINE_START(AT91SAM9M10G45EK, "Atmel AT91SAM9M10G45-EK") | |||
424 | .timer = &at91sam926x_timer, | 418 | .timer = &at91sam926x_timer, |
425 | .map_io = at91_map_io, | 419 | .map_io = at91_map_io, |
426 | .init_early = ek_init_early, | 420 | .init_early = ek_init_early, |
427 | .init_irq = ek_init_irq, | 421 | .init_irq = at91_init_irq_default, |
428 | .init_machine = ek_board_init, | 422 | .init_machine = ek_board_init, |
429 | MACHINE_END | 423 | MACHINE_END |