Skip to content

Commit bc42f1d

Browse files
daxtensmpe
authored andcommitted
powerpc/cell: Drop unused iic_get_irq_host()
Sparse checking revealed that it is no longer used. The last usage was removed in commit 2e19458 ("[POWERPC] Cell interrupt rework") in 2006. Signed-off-by: Daniel Axtens <[email protected]> Reviewed-by: Andrew Donnellan <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent c693593 commit bc42f1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/powerpc/platforms/cell/interrupt.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ void iic_message_pass(int cpu, int msg)
187187
out_be64(&per_cpu(cpu_iic, cpu).regs->generate, (0xf - msg) << 4);
188188
}
189189

190-
struct irq_domain *iic_get_irq_host(int node)
191-
{
192-
return iic_host;
193-
}
194-
EXPORT_SYMBOL_GPL(iic_get_irq_host);
195-
196190
static void iic_request_ipi(int msg)
197191
{
198192
int virq;

0 commit comments

Comments
 (0)