powerpc/irq: drop arch_early_irq_init()

arch_early_irq_init() does nothing different than the weak
arch_early_irq_init() in kernel/softirq.c

Fixes: 089fb442f3 ("powerpc: Use ARCH_IRQ_INIT_FLAGS")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Christophe Leroy 2019-01-08 11:37:19 +00:00 committed by Michael Ellerman
parent 31367b9a01
commit 607ea5090b
1 changed files with 0 additions and 5 deletions

View File

@ -827,11 +827,6 @@ int irq_choose_cpu(const struct cpumask *mask)
}
#endif
int arch_early_irq_init(void)
{
return 0;
}
#ifdef CONFIG_PPC64
static int __init setup_noirqdistrib(char *str)
{