[PATCH] irq updates: make eata_pio compile

From: Alan Cox
Date: Wed Oct 18 2006 - 13:27:31 EST


Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c linux-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c
--- linux.vanilla-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c 2006-10-18 13:50:22.000000000 +0100
+++ linux-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c 2006-10-18 15:25:45.000000000 +0100
@@ -203,7 +203,7 @@
irqreturn_t ret;

spin_lock_irqsave(dev->host_lock, flags);
- ret = eata_pio_int_handler(irq, dev_id, regs);
+ ret = eata_pio_int_handler(irq, dev_id);
spin_unlock_irqrestore(dev->host_lock, flags);
return ret;
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/