aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/irq.h')
-rw-r--r--include/asm-arm26/irq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-arm26/irq.h b/include/asm-arm26/irq.h
index 06bd5a543d13..9aaac87efba9 100644
--- a/include/asm-arm26/irq.h
+++ b/include/asm-arm26/irq.h
@@ -44,9 +44,5 @@ extern void enable_irq(unsigned int);
44 44
45int set_irq_type(unsigned int irq, unsigned int type); 45int set_irq_type(unsigned int irq, unsigned int type);
46 46
47int setup_irq(unsigned int, struct irqaction *);
48struct pt_regs;
49int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
50
51#endif 47#endif
52 48