diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-10-31 12:26:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 12:13:47 -0400 |
commit | 211a29a87cbde00d8c34fb6d92fc91a87c2c9b47 (patch) | |
tree | 23c2670f9109cf6baf1cb092b094c6edebf6a9ab /arch/mips/sibyte | |
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>
Diffstat (limited to 'arch/mips/sibyte')
-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 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) | |||
155 | action->flags = IRQF_DISABLED | IRQF_PERCPU; | 155 | action->flags = IRQF_DISABLED | IRQF_PERCPU; |
156 | action->name = name; | 156 | action->name = name; |
157 | action->dev_id = cd; | 157 | action->dev_id = cd; |
158 | setup_irq(irq, &action); | 158 | setup_irq(irq, action); |
159 | } | 159 | } |
160 | 160 | ||
161 | /* | 161 | /* |