diff options
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-shx3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-shx3.c b/arch/sh/kernel/cpu/sh4a/setup-shx3.c index 7ca7dd20fb08..688f7ed1bab1 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-shx3.c +++ b/arch/sh/kernel/cpu/sh4a/setup-shx3.c | |||
@@ -494,9 +494,6 @@ void __init plat_irq_setup_pins(int mode) | |||
494 | 494 | ||
495 | void __init plat_irq_setup(void) | 495 | void __init plat_irq_setup(void) |
496 | { | 496 | { |
497 | reserve_intc_vectors(vectors_irq, ARRAY_SIZE(vectors_irq)); | ||
498 | reserve_intc_vectors(vectors_irl, ARRAY_SIZE(vectors_irl)); | ||
499 | |||
500 | register_intc_controller(&intc_desc); | 497 | register_intc_controller(&intc_desc); |
501 | } | 498 | } |
502 | 499 | ||