diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-10-31 16:26:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 16:13:47 +0000 |
commit | 211a29a87cbde00d8c34fb6d92fc91a87c2c9b47 (patch) | |
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>
-rw-r--r-- | arch/mips/sibyte/sb1250/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index e224fe7715c..f455ac12a21 100644 --- a/arch/mips/sibyte/sb1250/time.c +++ b/arch/mips/sibyte/sb1250/time.c @@ -155,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void) action->flags = IRQF_DISABLED | IRQF_PERCPU; action->name = name; action->dev_id = cd; - setup_irq(irq, &action); + setup_irq(irq, action); } /* |