]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
powerpc/irq: drop arch_early_irq_init()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 8 Jan 2019 11:37:19 +0000 (11:37 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Jan 2019 09:39:27 +0000 (20:39 +1100)
arch_early_irq_init() does nothing different than the weak
arch_early_irq_init() in kernel/softirq.c

Fixes: 089fb442f301 ("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>
arch/powerpc/kernel/irq.c

index 916ddc4aac443985da55fc38997d75a146401182..bb299613a462cdccf02d20c697fa1c112a31e0a5 100644 (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)
 {