diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 16:32:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:15:27 -0400 |
commit | d864b96bb08f88d000cf8f78b5bac93fe631d0f5 (patch) | |
tree | 97a31a9caf6b33c0ecf676a2c37633b56a3b63ec | |
parent | de4f742b96f286ac20c04dd9c53897a05b412843 (diff) |
[MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/momentum/ocelot_c/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
79 | else if (pending & STATUSF_IP5) | 79 | else if (pending & STATUSF_IP5) |
80 | ll_cpci_irq(); | 80 | ll_cpci_irq(); |
81 | else if (pending & STATUSF_IP6) | 81 | else if (pending & STATUSF_IP6) |
82 | ll_mv64340_irq(regs); | 82 | ll_mv64340_irq(); |
83 | else if (pending & STATUSF_IP7) | 83 | else if (pending & STATUSF_IP7) |
84 | do_IRQ(7); | 84 | do_IRQ(7); |
85 | else | 85 | else |