summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-01-08 11:37:19 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-07-09 22:03:46 +0100
commit61e473039539bd4810001d2143b9b24355f0d8f4 (patch)
tree4a3c4d9c223a09dc503431fdffa8381fac5924fd
parentddc56620045e44327933d04f27457ebe916cf15d (diff)
downloadlinux-stable-61e473039539bd4810001d2143b9b24355f0d8f4.tar.gz
linux-stable-61e473039539bd4810001d2143b9b24355f0d8f4.tar.bz2
linux-stable-61e473039539bd4810001d2143b9b24355f0d8f4.zip
powerpc/irq: drop arch_early_irq_init()
commit 607ea5090b3fb61fea1d0bc5278e6c1d40ab5bd6 upstream. 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> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-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 248ee7e5bebd..856a6cac5c3e 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -662,11 +662,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)
{