diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-27 05:41:13 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-27 05:41:13 -0400 |
commit | bda3028813bd07f34f30288a492fbf6f7b8712dd (patch) | |
tree | 2773c970205cfa0c918dc7e5cb3a77a8b26e1e57 /drivers/ata/pata_it821x.c | |
parent | ae1f19aeb715098ac06323f279383f3843429d97 (diff) |
[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_it821x.c')
-rw-r--r-- | drivers/ata/pata_it821x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index af39097d8081..82a46ff40000 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c | |||
@@ -703,7 +703,7 @@ static struct ata_port_operations it821x_smart_port_ops = { | |||
703 | 703 | ||
704 | .qc_prep = ata_qc_prep, | 704 | .qc_prep = ata_qc_prep, |
705 | .qc_issue = it821x_smart_qc_issue_prot, | 705 | .qc_issue = it821x_smart_qc_issue_prot, |
706 | .eng_timeout = ata_eng_timeout, | 706 | |
707 | .data_xfer = ata_pio_data_xfer, | 707 | .data_xfer = ata_pio_data_xfer, |
708 | 708 | ||
709 | .irq_handler = ata_interrupt, | 709 | .irq_handler = ata_interrupt, |
@@ -739,7 +739,7 @@ static struct ata_port_operations it821x_passthru_port_ops = { | |||
739 | 739 | ||
740 | .qc_prep = ata_qc_prep, | 740 | .qc_prep = ata_qc_prep, |
741 | .qc_issue = it821x_passthru_qc_issue_prot, | 741 | .qc_issue = it821x_passthru_qc_issue_prot, |
742 | .eng_timeout = ata_eng_timeout, | 742 | |
743 | .data_xfer = ata_pio_data_xfer, | 743 | .data_xfer = ata_pio_data_xfer, |
744 | 744 | ||
745 | .irq_clear = ata_bmdma_irq_clear, | 745 | .irq_clear = ata_bmdma_irq_clear, |