diff options
Diffstat (limited to 'arch/m68k/mac')
-rw-r--r-- | arch/m68k/mac/macints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mac/macints.c b/arch/m68k/mac/macints.c index 3cee6d29cc5d..98497d288a9b 100644 --- a/arch/m68k/mac/macints.c +++ b/arch/m68k/mac/macints.c | |||
@@ -214,7 +214,7 @@ void __init mac_init_IRQ(void) | |||
214 | #ifdef DEBUG_MACINTS | 214 | #ifdef DEBUG_MACINTS |
215 | printk("mac_init_IRQ(): Setting things up...\n"); | 215 | printk("mac_init_IRQ(): Setting things up...\n"); |
216 | #endif | 216 | #endif |
217 | m68k_setup_irq_chip(&mac_irq_chip, IRQ_USER, | 217 | m68k_setup_irq_controller(&mac_irq_chip, handle_simple_irq, IRQ_USER, |
218 | NUM_MAC_SOURCES - IRQ_USER); | 218 | NUM_MAC_SOURCES - IRQ_USER); |
219 | /* Make sure the SONIC interrupt is cleared or things get ugly */ | 219 | /* Make sure the SONIC interrupt is cleared or things get ugly */ |
220 | #ifdef SHUTUP_SONIC | 220 | #ifdef SHUTUP_SONIC |