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-gsia18s.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-gsia18s.c')
-rw-r--r-- | arch/arm/mach-at91/board-gsia18s.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/board-gsia18s.c b/arch/arm/mach-at91/board-gsia18s.c index 6588143461fd..2e95949737e6 100644 --- a/arch/arm/mach-at91/board-gsia18s.c +++ b/arch/arm/mach-at91/board-gsia18s.c | |||
@@ -75,11 +75,6 @@ static void __init gsia18s_init_early(void) | |||
75 | at91_register_uart(AT91SAM9260_ID_US4, 5, 0); | 75 | at91_register_uart(AT91SAM9260_ID_US4, 5, 0); |
76 | } | 76 | } |
77 | 77 | ||
78 | static void __init init_irq(void) | ||
79 | { | ||
80 | at91sam9260_init_interrupts(NULL); | ||
81 | } | ||
82 | |||
83 | /* | 78 | /* |
84 | * Two USB Host ports | 79 | * Two USB Host ports |
85 | */ | 80 | */ |
@@ -579,6 +574,6 @@ MACHINE_START(GSIA18S, "GS_IA18_S") | |||
579 | .timer = &at91sam926x_timer, | 574 | .timer = &at91sam926x_timer, |
580 | .map_io = at91_map_io, | 575 | .map_io = at91_map_io, |
581 | .init_early = gsia18s_init_early, | 576 | .init_early = gsia18s_init_early, |
582 | .init_irq = init_irq, | 577 | .init_irq = at91_init_irq_default, |
583 | .init_machine = gsia18s_board_init, | 578 | .init_machine = gsia18s_board_init, |
584 | MACHINE_END | 579 | MACHINE_END |