diff options
Diffstat (limited to 'arch/m68k/mac/iop.c')
-rw-r--r-- | arch/m68k/mac/iop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mac/iop.c b/arch/m68k/mac/iop.c index 9179a3798407..4c8ece7e64a3 100644 --- a/arch/m68k/mac/iop.c +++ b/arch/m68k/mac/iop.c | |||
@@ -317,7 +317,7 @@ void __init iop_register_interrupts(void) | |||
317 | { | 317 | { |
318 | if (iop_ism_present) { | 318 | if (iop_ism_present) { |
319 | if (oss_present) { | 319 | if (oss_present) { |
320 | cpu_request_irq(OSS_IRQLEV_IOPISM, iop_ism_irq, | 320 | request_irq(OSS_IRQLEV_IOPISM, iop_ism_irq, |
321 | IRQ_FLG_LOCK, "ISM IOP", | 321 | IRQ_FLG_LOCK, "ISM IOP", |
322 | (void *) IOP_NUM_ISM); | 322 | (void *) IOP_NUM_ISM); |
323 | oss_irq_enable(IRQ_MAC_ADB); | 323 | oss_irq_enable(IRQ_MAC_ADB); |