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:
755f21b
)
[MIPS] IP27: Fix warning.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 14 Feb 2007 10:18:59 +0000
(10:18 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 18 Feb 2007 21:31:33 +0000
(21:31 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip27/ip27-timer.c
patch
|
blob
|
history
diff --git
a/arch/mips/sgi-ip27/ip27-timer.c
b/arch/mips/sgi-ip27/ip27-timer.c
index 9ce513629b14543939c46321766ea9d6ae99429d..8c3c78c63ccd1186e97d69a992479ebad4c2e006 100644
(file)
--- a/
arch/mips/sgi-ip27/ip27-timer.c
+++ b/
arch/mips/sgi-ip27/ip27-timer.c
@@
-190,7
+190,7
@@
static struct irq_chip rt_irq_type = {
};
static struct irqaction rt_irqaction = {
- .handler = ip27_rt_timer_interrupt,
+ .handler =
(irq_handler_t)
ip27_rt_timer_interrupt,
.flags = IRQF_DISABLED,
.mask = CPU_MASK_NONE,
.name = "timer"