summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cs5520.c
diff options
context:
space:
mode:
authorJeff Garzik2006-09-27 11:41:13 +0200
committerJeff Garzik2006-09-27 11:41:13 +0200
commitbda3028813bd07f34f30288a492fbf6f7b8712dd (patch)
tree2773c970205cfa0c918dc7e5cb3a77a8b26e1e57 /drivers/ata/pata_cs5520.c
parent[libata] sata_mv: fix oops by filling in missing hook (diff)
downloadkernel-qcow2-linux-bda3028813bd07f34f30288a492fbf6f7b8712dd.tar.gz
kernel-qcow2-linux-bda3028813bd07f34f30288a492fbf6f7b8712dd.tar.xz
kernel-qcow2-linux-bda3028813bd07f34f30288a492fbf6f7b8712dd.zip
[libata] Don't use old-EH ->eng_timeout() hook when not needed
The PATA driver set got converted to the new error handling setup, but the old hooks were accidentally left in place. Now, removed. Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_cs5520.c')
-rw-r--r--drivers/ata/pata_cs5520.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c
index 792ce4828510..a6c6cebd0dae 100644
--- a/drivers/ata/pata_cs5520.c
+++ b/drivers/ata/pata_cs5520.c
@@ -193,8 +193,6 @@ static struct ata_port_operations cs5520_port_ops = {
.qc_issue = ata_qc_issue_prot,
.data_xfer = ata_pio_data_xfer,
- .eng_timeout = ata_eng_timeout,
-
.irq_handler = ata_interrupt,
.irq_clear = ata_bmdma_irq_clear,