diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/irq.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 9dc447db8a44..d9f3b6e7c7cb 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c | |||
@@ -273,12 +273,6 @@ void __init init_IRQ(void) | |||
273 | { | 273 | { |
274 | plat_irq_setup(); | 274 | plat_irq_setup(); |
275 | 275 | ||
276 | /* | ||
277 | * Pin any of the legacy IRQ vectors that haven't already been | ||
278 | * grabbed by the platform | ||
279 | */ | ||
280 | reserve_irq_legacy(); | ||
281 | |||
282 | /* Perform the machine specific initialisation */ | 276 | /* Perform the machine specific initialisation */ |
283 | if (sh_mv.mv_init_irq) | 277 | if (sh_mv.mv_init_irq) |
284 | sh_mv.mv_init_irq(); | 278 | sh_mv.mv_init_irq(); |