diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-09-11 05:54:50 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 16:35:52 -0500 |
commit | f30a6484f1bcb410d0af0c24f34b8e3d92682a05 (patch) | |
tree | 18c01955ef5260d5f4b0412961e68dd1c7a4938f /arch/m68k/apollo | |
parent | d890d73995257b4e10cdd7d55bad80e34a71ba22 (diff) |
m68k/irq: Remove obsolete support for user vector interrupt fixups
It was used on Apollo only, before its conversion to genirq.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/apollo')
-rw-r--r-- | arch/m68k/apollo/dn_ints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/apollo/dn_ints.c b/arch/m68k/apollo/dn_ints.c index b7d0aa37d199..17be1e7e2df2 100644 --- a/arch/m68k/apollo/dn_ints.c +++ b/arch/m68k/apollo/dn_ints.c | |||
@@ -41,7 +41,7 @@ static struct irq_chip apollo_irq_chip = { | |||
41 | 41 | ||
42 | void __init dn_init_IRQ(void) | 42 | void __init dn_init_IRQ(void) |
43 | { | 43 | { |
44 | m68k_setup_user_interrupt(VEC_USER + 96, 16, NULL); | 44 | m68k_setup_user_interrupt(VEC_USER + 96, 16); |
45 | m68k_setup_irq_controller(&apollo_irq_chip, handle_fasteoi_irq, | 45 | m68k_setup_irq_controller(&apollo_irq_chip, handle_fasteoi_irq, |
46 | IRQ_APOLLO, 16); | 46 | IRQ_APOLLO, 16); |
47 | } | 47 | } |