diff options
Diffstat (limited to 'arch/m68k/mac/macints.c')
-rw-r--r-- | arch/m68k/mac/macints.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68k/mac/macints.c b/arch/m68k/mac/macints.c index 7a1600bd195d..73b39cd3f94c 100644 --- a/arch/m68k/mac/macints.c +++ b/arch/m68k/mac/macints.c | |||
@@ -637,13 +637,6 @@ int show_mac_interrupts(struct seq_file *p, void *v) | |||
637 | return 0; | 637 | return 0; |
638 | } | 638 | } |
639 | 639 | ||
640 | void mac_default_handler(int irq, void *dev_id, struct pt_regs *regs) | ||
641 | { | ||
642 | #ifdef DEBUG_SPURIOUS | ||
643 | printk("Unexpected IRQ %d on device %p\n", irq, dev_id); | ||
644 | #endif | ||
645 | } | ||
646 | |||
647 | static int num_debug[8]; | 640 | static int num_debug[8]; |
648 | 641 | ||
649 | irqreturn_t mac_debug_handler(int irq, void *dev_id, struct pt_regs *regs) | 642 | irqreturn_t mac_debug_handler(int irq, void *dev_id, struct pt_regs *regs) |