]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/ppc/platforms/85xx/mpc8560_ads.c
[POWERPC] Fix up after irq changes
[karo-tx-linux.git] / arch / ppc / platforms / 85xx / mpc8560_ads.c
index 94badafe4ef18478c5cb353ca39980c3cd1e6585..14ecec7bbed77d8d349bdf190d3789fc0e38c717 100644 (file)
@@ -211,10 +211,10 @@ mpc8560ads_setup_arch(void)
 #endif
 }
 
-static irqreturn_t cpm2_cascade(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t cpm2_cascade(int irq, void *dev_id)
 {
-       while ((irq = cpm2_get_irq(regs)) >= 0)
-               __do_IRQ(irq, regs);
+       while ((irq = cpm2_get_irq()) >= 0)
+               __do_IRQ(irq);
        return IRQ_HANDLED;
 }