diff options
Diffstat (limited to 'arch/mips/au1000/common/irq.c')
-rw-r--r-- | arch/mips/au1000/common/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/irq.c b/arch/mips/au1000/common/irq.c index b32597e05a69..2abe132bb07d 100644 --- a/arch/mips/au1000/common/irq.c +++ b/arch/mips/au1000/common/irq.c | |||
@@ -288,7 +288,7 @@ static struct irq_chip level_irq_type = { | |||
288 | }; | 288 | }; |
289 | 289 | ||
290 | #ifdef CONFIG_PM | 290 | #ifdef CONFIG_PM |
291 | void startup_match20_interrupt(irqreturn_t (*handler)(int, void *)) | 291 | void startup_match20_interrupt(irq_handler_t handler) |
292 | { | 292 | { |
293 | struct irq_desc *desc = &irq_desc[AU1000_TOY_MATCH2_INT]; | 293 | struct irq_desc *desc = &irq_desc[AU1000_TOY_MATCH2_INT]; |
294 | 294 | ||