projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9eec1a
)
[MIPS] Swarm: Fix build failure
author
Thiemo Seufer
<ths@networkno.de>
Wed, 31 Oct 2007 16:26:56 +0000
(16:26 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 2 Nov 2007 16:13:47 +0000
(16:13 +0000)
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/sb1250/time.c
patch
|
blob
|
history
diff --git
a/arch/mips/sibyte/sb1250/time.c
b/arch/mips/sibyte/sb1250/time.c
index e224fe7715c8bb1bb54b1f5d5f4b9a6fc3779a04..f455ac12a210387ea2f430a113baf0faaeb86e6f 100644
(file)
--- 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);
}
/*