Commit cc25ab00 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] IP27: irq_chip startup method returns unsigned int.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a365e53f
...@@ -181,8 +181,9 @@ static __init unsigned long get_m48t35_time(void) ...@@ -181,8 +181,9 @@ static __init unsigned long get_m48t35_time(void)
return mktime(year, month, date, hour, min, sec); return mktime(year, month, date, hour, min, sec);
} }
static void startup_rt_irq(unsigned int irq) static unsigned int startup_rt_irq(unsigned int irq)
{ {
return 0;
} }
static void shutdown_rt_irq(unsigned int irq) static void shutdown_rt_irq(unsigned int irq)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment