commit | 211a29a87cbde00d8c34fb6d92fc91a87c2c9b47 | [log] [tgz] |
---|---|---|
author | Thiemo Seufer <ths@networkno.de> | Wed Oct 31 16:26:56 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Nov 02 16:13:47 2007 +0000 |
tree | 23c2670f9109cf6baf1cb092b094c6edebf6a9ab | |
parent | d9eec1a5d6ae54b0f7562ffe07008a33ac39e8fe [diff] |
[MIPS] Swarm: Fix build failure Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index e224fe7..f455ac1 100644 --- a/arch/mips/sibyte/sb1250/time.c +++ b/arch/mips/sibyte/sb1250/time.c
@@ -155,7 +155,7 @@ action->flags = IRQF_DISABLED | IRQF_PERCPU; action->name = name; action->dev_id = cd; - setup_irq(irq, &action); + setup_irq(irq, action); } /*