commit | f8aeb85f158fa98f8c2c9a24effb00adc06c0e85 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Feb 14 10:18:59 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Feb 18 21:31:33 2007 +0000 |
tree | fd789acb831c6e8df8707947dcceee4b0b43d86c | |
parent | 755f21bb894d3fe57017f5aa8f7ace8808fcb1e3 [diff] [blame] |
[MIPS] IP27: Fix warning. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index 9ce5136..8c3c78c 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c
@@ -190,7 +190,7 @@ }; 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"