The patch titled parport: fix compilation failure has been added to the -mm tree. Its filename is parport-fix-compilation-failure.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: parport: fix compilation failure From: Arnaud Giersch <arnaud.giersch@xxxxxxx> Fix compilation failure. Signed-off-by: Arnaud Giersch <arnaud.giersch@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/parport/parport_ip32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/parport/parport_ip32.c~parport-fix-compilation-failure drivers/parport/parport_ip32.c --- a/drivers/parport/parport_ip32.c~parport-fix-compilation-failure +++ a/drivers/parport/parport_ip32.c @@ -780,7 +780,7 @@ static irqreturn_t parport_ip32_interrup enum parport_ip32_irq_mode irq_mode = priv->irq_mode; switch (irq_mode) { case PARPORT_IP32_IRQ_FWD: - parport_generic_irq(irq, p, regs); + parport_generic_irq(irq, p); break; case PARPORT_IP32_IRQ_HERE: parport_ip32_wakeup(p); _ Patches currently in -mm which might be from arnaud.giersch@xxxxxxx are parport-fix-compilation-failure.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html