]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/parisc/dino.c
[ARM] 4354/1: AT91: Support ADS7846 touchsceen on SAM9263-EK board
[linux-2.6-omap-h63xx.git] / drivers / parisc / dino.c
index 0d96c50ffe9cdb26d4f353d321247c7b166fb4d9..03c763c2d0e0f0d7b6efdafc2d928363daa73620 100644 (file)
@@ -368,8 +368,7 @@ static struct hw_interrupt_type dino_interrupt_type = {
  * ilr_loop counter is a kluge to prevent a "stuck" IRQ line from
  * wedging the CPU. Could be removed or made optional at some point.
  */
-static irqreturn_t
-dino_isr(int irq, void *intr_dev, struct pt_regs *regs)
+static irqreturn_t dino_isr(int irq, void *intr_dev)
 {
        struct dino_device *dino_dev = intr_dev;
        u32 mask;
@@ -390,7 +389,7 @@ ilr_again:
                int irq = dino_dev->global_irq[local_irq];
                DBG(KERN_DEBUG "%s(%d, %p) mask 0x%x\n",
                        __FUNCTION__, irq, intr_dev, mask);
-               __do_IRQ(irq, regs);
+               __do_IRQ(irq);
                mask &= ~(1 << local_irq);
        } while (mask);