From d864b96bb08f88d000cf8f78b5bac93fe631d0f5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 8 Oct 2006 21:32:40 +0100 Subject: [PATCH] [MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument. Signed-off-by: Ralf Baechle --- arch/mips/momentum/ocelot_c/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/momentum/ocelot_c/irq.c b/arch/mips/momentum/ocelot_c/irq.c index 4be7b26e30e..ea65223a6d2 100644 --- a/arch/mips/momentum/ocelot_c/irq.c +++ b/arch/mips/momentum/ocelot_c/irq.c @@ -79,7 +79,7 @@ asmlinkage void plat_irq_dispatch(void) else if (pending & STATUSF_IP5) ll_cpci_irq(); else if (pending & STATUSF_IP6) - ll_mv64340_irq(regs); + ll_mv64340_irq(); else if (pending & STATUSF_IP7) do_IRQ(7); else -- 2.41.0