Commit f16a6085 authored by Jonathan McDowell's avatar Jonathan McDowell Committed by Tony Lindgren

RTC: Get omap-rtc to compile

Get omap-rtc to compile.
Signed-off-by: default avatarJonathan McDowell <noodles@earth.li>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 164f72f5
......@@ -120,7 +120,7 @@ static const unsigned char days_in_mo[] =
* A very tiny interrupt handler. It runs with SA_INTERRUPT set.
*/
irqreturn_t rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs)
irqreturn_t rtc_interrupt(int irq, void *dev_id)
{
/*
* Either an alarm interrupt or update complete interrupt.
......
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