Commit 211a29a8 authored by Thiemo Seufer's avatar Thiemo Seufer Committed by Ralf Baechle

[MIPS] Swarm: Fix build failure

Signed-off-by: default avatarThiemo Seufer <ths@networkno.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent d9eec1a5
...@@ -155,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void) ...@@ -155,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void)
action->flags = IRQF_DISABLED | IRQF_PERCPU; action->flags = IRQF_DISABLED | IRQF_PERCPU;
action->name = name; action->name = name;
action->dev_id = cd; action->dev_id = cd;
setup_irq(irq, &action); setup_irq(irq, action);
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment