diff options
Diffstat (limited to 'include/asm-ppc/hw_irq.h')
-rw-r--r-- | include/asm-ppc/hw_irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/hw_irq.h b/include/asm-ppc/hw_irq.h index a0deca1ea..6a417940b 100644 --- a/include/asm-ppc/hw_irq.h +++ b/include/asm-ppc/hw_irq.h @@ -34,7 +34,7 @@ struct int_control_struct extern struct int_control_struct int_control; extern unsigned long timer_interrupt_intercept; extern unsigned long do_IRQ_intercept; -void timer_interrupt(struct pt_regs *); +int timer_interrupt(struct pt_regs *); extern void __no_use_sti(void); extern void __no_use_cli(void); |