aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/irq.h')
-rw-r--r--include/asm-s390/irq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-s390/irq.h b/include/asm-s390/irq.h
index 916a1aa0b073..bd1a721f7aa2 100644
--- a/include/asm-s390/irq.h
+++ b/include/asm-s390/irq.h
@@ -21,10 +21,6 @@ enum interruption_class {
21 21
22#define touch_nmi_watchdog() do { } while(0) 22#define touch_nmi_watchdog() do { } while(0)
23 23
24struct irqaction;
25struct pt_regs;
26int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
27
28#endif /* __KERNEL__ */ 24#endif /* __KERNEL__ */
29#endif 25#endif
30 26