Initial blind fixup for arm for irq changes
[deliverable/linux.git] / arch / arm / mach-pnx4008 / time.c
index b986065cd0f33c1f920aa534d9a499d78f031bf5..8621c206ac846d5ca6e61b07eea3efab060108b0 100644 (file)
@@ -47,15 +47,14 @@ static unsigned long pnx4008_gettimeoffset(void)
 /*!
  * IRQ handler for the timer
  */
-static irqreturn_t pnx4008_timer_interrupt(int irq, void *dev_id,
-                                          struct pt_regs *regs)
+static irqreturn_t pnx4008_timer_interrupt(int irq, void *dev_id)
 {
        if (__raw_readl(HSTIM_INT) & MATCH0_INT) {
 
                write_seqlock(&xtime_lock);
 
                do {
-                       timer_tick(regs);
+                       timer_tick();
 
                        /*
                         * this algorithm takes care of possible delay
This page took 0.028407 seconds and 5 git commands to generate.