diff options
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/hw_irq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sh/hw_irq.h b/include/asm-sh/hw_irq.h index c958fdaa0095..9d7003c03562 100644 --- a/include/asm-sh/hw_irq.h +++ b/include/asm-sh/hw_irq.h | |||
@@ -95,6 +95,9 @@ void __init register_intc_controller(struct intc_desc *desc); | |||
95 | int intc_set_priority(unsigned int irq, unsigned int prio); | 95 | int intc_set_priority(unsigned int irq, unsigned int prio); |
96 | 96 | ||
97 | void __init plat_irq_setup(void); | 97 | void __init plat_irq_setup(void); |
98 | #ifdef CONFIG_CPU_SH3 | ||
99 | void __init plat_irq_setup_sh3(void); | ||
100 | #endif | ||
98 | 101 | ||
99 | enum { IRQ_MODE_IRQ, IRQ_MODE_IRQ7654, IRQ_MODE_IRQ3210, | 102 | enum { IRQ_MODE_IRQ, IRQ_MODE_IRQ7654, IRQ_MODE_IRQ3210, |
100 | IRQ_MODE_IRL7654_MASK, IRQ_MODE_IRL3210_MASK, | 103 | IRQ_MODE_IRL7654_MASK, IRQ_MODE_IRL3210_MASK, |