mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
[MIPS] IP27: Fix warning.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
755f21bb89
commit
f8aeb85f15
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user