diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sh_intc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sh_intc.h b/include/linux/sh_intc.h index 51d288d8ac88..df3777035936 100644 --- a/include/linux/sh_intc.h +++ b/include/linux/sh_intc.h | |||
@@ -92,7 +92,7 @@ struct intc_desc symbol __initdata = { \ | |||
92 | prio_regs, sense_regs, ack_regs), \ | 92 | prio_regs, sense_regs, ack_regs), \ |
93 | } | 93 | } |
94 | 94 | ||
95 | void __init register_intc_controller(struct intc_desc *desc); | 95 | int __init register_intc_controller(struct intc_desc *desc); |
96 | int intc_set_priority(unsigned int irq, unsigned int prio); | 96 | int intc_set_priority(unsigned int irq, unsigned int prio); |
97 | 97 | ||
98 | int reserve_irq_vector(unsigned int irq); | 98 | int reserve_irq_vector(unsigned int irq); |