diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7780.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c index b57c760bffde..86cd6281fa4d 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c | |||
@@ -115,7 +115,7 @@ static struct intc2_desc intc2_irq_desc __read_mostly = { | |||
115 | }, | 115 | }, |
116 | }; | 116 | }; |
117 | 117 | ||
118 | void __init init_IRQ_intc2(void) | 118 | void __init plat_irq_setup(void) |
119 | { | 119 | { |
120 | register_intc2_controller(&intc2_irq_desc); | 120 | register_intc2_controller(&intc2_irq_desc); |
121 | } | 121 | } |