X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fparport%2Fparport_ax88796.c;h=74f4e9742c6c52cdbc87e9261ad2b89b1cddb540;hb=31f6e1bd3b58c9a67e5ea0c2d372fbf5fc9e326d;hp=1850632590fdc9def3f2290e7151b8de04fa268a;hpb=168d04b3b4de7723eb73b3cffc9cb75224e0f393;p=powerpc.git diff --git a/drivers/parport/parport_ax88796.c b/drivers/parport/parport_ax88796.c index 1850632590..74f4e9742c 100644 --- a/drivers/parport/parport_ax88796.c +++ b/drivers/parport/parport_ax88796.c @@ -233,9 +233,9 @@ parport_ax88796_restore_state(struct parport *p, struct parport_state *s) } static irqreturn_t -parport_ax88796_interrupt(int irq, void *dev_id, struct pt_regs *regs) +parport_ax88796_interrupt(int irq, void *dev_id) { - parport_generic_irq(irq, dev_id, regs); + parport_generic_irq(irq, dev_id); return IRQ_HANDLED; }