From: Ralf Baechle Date: Sun, 8 Oct 2006 20:32:40 +0000 (+0100) Subject: [MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d864b96bb08f88d000cf8f78b5bac93fe631d0f5;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git [MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/momentum/ocelot_c/irq.c b/arch/mips/momentum/ocelot_c/irq.c index 4be7b26e30ef..ea65223a6d2c 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