summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/irq.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-01-08 11:37:19 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-01-14 20:39:27 +1100
commit607ea5090b3fb61fea1d0bc5278e6c1d40ab5bd6 (patch)
tree58fa350dcf2917572afbbe65d75ace72c416dd1d /arch/powerpc/kernel/irq.c
parent31367b9a01d6a3f4f77694bd44f547d6f738ff28 (diff)
downloadlinux-607ea5090b3fb61fea1d0bc5278e6c1d40ab5bd6.tar.gz
linux-607ea5090b3fb61fea1d0bc5278e6c1d40ab5bd6.tar.bz2
linux-607ea5090b3fb61fea1d0bc5278e6c1d40ab5bd6.zip
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: 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>
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r--arch/powerpc/kernel/irq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
index 916ddc4aac44..bb299613a462 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -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)
{