diff options
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/hw_irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sh/hw_irq.h b/include/asm-sh/hw_irq.h index 6c21cf0dd51f..92c9efd9276c 100644 --- a/include/asm-sh/hw_irq.h +++ b/include/asm-sh/hw_irq.h | |||
@@ -23,7 +23,6 @@ struct intc2_desc { | |||
23 | }; | 23 | }; |
24 | 24 | ||
25 | void register_intc2_controller(struct intc2_desc *); | 25 | void register_intc2_controller(struct intc2_desc *); |
26 | void init_IRQ_intc2(void); | ||
27 | 26 | ||
28 | struct ipr_data { | 27 | struct ipr_data { |
29 | unsigned char irq; | 28 | unsigned char irq; |
@@ -41,7 +40,6 @@ struct ipr_desc { | |||
41 | }; | 40 | }; |
42 | 41 | ||
43 | void register_ipr_controller(struct ipr_desc *); | 42 | void register_ipr_controller(struct ipr_desc *); |
44 | void init_IRQ_ipr(void); | ||
45 | 43 | ||
46 | /* | 44 | /* |
47 | * Enable individual interrupt mode for external IPR IRQs. | 45 | * Enable individual interrupt mode for external IPR IRQs. |
@@ -115,4 +113,6 @@ struct intc_desc symbol = { \ | |||
115 | 113 | ||
116 | void __init register_intc_controller(struct intc_desc *desc); | 114 | void __init register_intc_controller(struct intc_desc *desc); |
117 | 115 | ||
116 | void __init plat_irq_setup(void); | ||
117 | |||
118 | #endif /* __ASM_SH_HW_IRQ_H */ | 118 | #endif /* __ASM_SH_HW_IRQ_H */ |