aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-10-31 16:26:56 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-11-02 16:13:47 +0000
commit211a29a87cbde00d8c34fb6d92fc91a87c2c9b47 (patch)
tree23c2670f9109cf6baf1cb092b094c6edebf6a9ab /arch
parent[MIPS] time: Code cleanups (diff)
downloadlinux-dev-211a29a87cbde00d8c34fb6d92fc91a87c2c9b47.tar.xz
linux-dev-211a29a87cbde00d8c34fb6d92fc91a87c2c9b47.zip
[MIPS] Swarm: Fix build failure
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/sibyte/sb1250/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c
index e224fe7715c8..f455ac12a210 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);
}
/*