[PATCH v2 1/5] powerpc/cell: drop unused iic_get_irq_host()
Daniel Axtens
dja at axtens.net
Tue Sep 6 15:32:39 AEST 2016
Sparse checking revealed that it is no longer used.
There is an EXPORT_SYMBOL_GPL, but there's no header that
provides a prototype, so nothing should be using it anyway.
Remove it.
Signed-off-by: Daniel Axtens <dja at axtens.net>
---
arch/powerpc/platforms/cell/interrupt.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/powerpc/platforms/cell/interrupt.c b/arch/powerpc/platforms/cell/interrupt.c
index 9f609fc8d331..4d16b368b6f5 100644
--- a/arch/powerpc/platforms/cell/interrupt.c
+++ b/arch/powerpc/platforms/cell/interrupt.c
@@ -187,12 +187,6 @@ void iic_message_pass(int cpu, int msg)
out_be64(&per_cpu(cpu_iic, cpu).regs->generate, (0xf - msg) << 4);
}
-struct irq_domain *iic_get_irq_host(int node)
-{
- return iic_host;
-}
-EXPORT_SYMBOL_GPL(iic_get_irq_host);
-
static void iic_request_ipi(int msg)
{
int virq;
--
2.7.4
More information about the Linuxppc-dev
mailing list