X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fparport%2Fparport_ax88796.c;h=74f4e9742c6c52cdbc87e9261ad2b89b1cddb540;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=1850632590fdc9def3f2290e7151b8de04fa268a;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/drivers/parport/parport_ax88796.c b/drivers/parport/parport_ax88796.c index 185063259..74f4e9742 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; }