diff options
-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 | /* |