diff options
Diffstat (limited to 'include/asm-sh/irq.h')
-rw-r--r-- | include/asm-sh/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/irq.h b/include/asm-sh/irq.h index 1837bdbf8e54..7596ab83e0d4 100644 --- a/include/asm-sh/irq.h +++ b/include/asm-sh/irq.h | |||
@@ -685,7 +685,7 @@ struct intc2_data { | |||
685 | unsigned char priority; | 685 | unsigned char priority; |
686 | }; | 686 | }; |
687 | 687 | ||
688 | void make_intc2_irq(struct intc2_data *); | 688 | void make_intc2_irq(struct intc2_data *, unsigned int nr_irqs); |
689 | void init_IRQ_intc2(void); | 689 | void init_IRQ_intc2(void); |
690 | #endif | 690 | #endif |
691 | 691 | ||