diff options
Diffstat (limited to 'include/asm-powerpc/irq.h')
-rw-r--r-- | include/asm-powerpc/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/irq.h b/include/asm-powerpc/irq.h index 89ed545b446b..f960f5346f40 100644 --- a/include/asm-powerpc/irq.h +++ b/include/asm-powerpc/irq.h | |||
@@ -825,7 +825,7 @@ extern struct thread_info *softirq_ctx[NR_CPUS]; | |||
825 | 825 | ||
826 | extern void irq_ctx_init(void); | 826 | extern void irq_ctx_init(void); |
827 | extern void call_do_softirq(struct thread_info *tp); | 827 | extern void call_do_softirq(struct thread_info *tp); |
828 | extern int call_handle_irq(int irq, void *p1, void *p2, | 828 | extern int call_handle_irq(int irq, void *p1, |
829 | struct thread_info *tp, void *func); | 829 | struct thread_info *tp, void *func); |
830 | #else | 830 | #else |
831 | #define irq_ctx_init() | 831 | #define irq_ctx_init() |