[PATCH] taskstats: cleanup ->signal->stats allocation
[powerpc.git] / drivers / macintosh / via-macii.c
index ad4bd57..5d88d5b 100644 (file)
@@ -295,7 +295,7 @@ static void macii_poll(void)
        unsigned long flags;
 
        local_irq_save(flags);
-       if (via[IFR] & SR_INT) macii_interrupt(0, NULL, NULL);
+       if (via[IFR] & SR_INT) macii_interrupt(0, NULL);
        local_irq_restore(flags);
 }