]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
RTC: Get omap-rtc to compile
authorJonathan McDowell <noodles@earth.li>
Wed, 25 Oct 2006 18:52:55 +0000 (21:52 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 25 Oct 2006 18:52:55 +0000 (21:52 +0300)
Get omap-rtc to compile.

Signed-off-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/char/omap-rtc.c

index f48563f714835631141888d960f2df39d042795c..d57402f10772c11c992f1c61c7da81e1da4de244 100644 (file)
@@ -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.