[MIPS] Swarm: Fix build failure
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
d9eec1a5d6
commit
211a29a87c
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user