aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68knommu/irq.h')
-rw-r--r--include/asm-m68knommu/irq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-m68knommu/irq.h b/include/asm-m68knommu/irq.h
index 2b408842a30e..c5247516fcfe 100644
--- a/include/asm-m68knommu/irq.h
+++ b/include/asm-m68knommu/irq.h
@@ -87,8 +87,4 @@ extern void (*mach_disable_irq)(unsigned int);
#define disable_irq(x) do { } while (0)
#define disable_irq_nosync(x) disable_irq(x)
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
#endif /* _M68K_IRQ_H_ */