[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>
Tento commit je obsažen v:
Jeff Garzik
2006-09-27 05:41:13 -04:00
rodič ae1f19aeb7
revize bda3028813
34 změnil soubory, kde provedl 54 přidání a 74 odebrání

Zobrazit soubor

@@ -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,