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_amd.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_amd.c')
-rw-r--r-- | drivers/ata/pata_amd.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c index 793a5e1cb4cb..599ee266722c 100644 --- a/drivers/ata/pata_amd.c +++ b/drivers/ata/pata_amd.c | |||
@@ -359,7 +359,7 @@ static struct ata_port_operations amd33_port_ops = { | |||
359 | 359 | ||
360 | .qc_prep = ata_qc_prep, | 360 | .qc_prep = ata_qc_prep, |
361 | .qc_issue = ata_qc_issue_prot, | 361 | .qc_issue = ata_qc_issue_prot, |
362 | .eng_timeout = ata_eng_timeout, | 362 | |
363 | .data_xfer = ata_pio_data_xfer, | 363 | .data_xfer = ata_pio_data_xfer, |
364 | 364 | ||
365 | .irq_handler = ata_interrupt, | 365 | .irq_handler = ata_interrupt, |
@@ -393,7 +393,7 @@ static struct ata_port_operations amd66_port_ops = { | |||
393 | 393 | ||
394 | .qc_prep = ata_qc_prep, | 394 | .qc_prep = ata_qc_prep, |
395 | .qc_issue = ata_qc_issue_prot, | 395 | .qc_issue = ata_qc_issue_prot, |
396 | .eng_timeout = ata_eng_timeout, | 396 | |
397 | .data_xfer = ata_pio_data_xfer, | 397 | .data_xfer = ata_pio_data_xfer, |
398 | 398 | ||
399 | .irq_handler = ata_interrupt, | 399 | .irq_handler = ata_interrupt, |
@@ -427,7 +427,7 @@ static struct ata_port_operations amd100_port_ops = { | |||
427 | 427 | ||
428 | .qc_prep = ata_qc_prep, | 428 | .qc_prep = ata_qc_prep, |
429 | .qc_issue = ata_qc_issue_prot, | 429 | .qc_issue = ata_qc_issue_prot, |
430 | .eng_timeout = ata_eng_timeout, | 430 | |
431 | .data_xfer = ata_pio_data_xfer, | 431 | .data_xfer = ata_pio_data_xfer, |
432 | 432 | ||
433 | .irq_handler = ata_interrupt, | 433 | .irq_handler = ata_interrupt, |
@@ -461,7 +461,7 @@ static struct ata_port_operations amd133_port_ops = { | |||
461 | 461 | ||
462 | .qc_prep = ata_qc_prep, | 462 | .qc_prep = ata_qc_prep, |
463 | .qc_issue = ata_qc_issue_prot, | 463 | .qc_issue = ata_qc_issue_prot, |
464 | .eng_timeout = ata_eng_timeout, | 464 | |
465 | .data_xfer = ata_pio_data_xfer, | 465 | .data_xfer = ata_pio_data_xfer, |
466 | 466 | ||
467 | .irq_handler = ata_interrupt, | 467 | .irq_handler = ata_interrupt, |
@@ -495,7 +495,7 @@ static struct ata_port_operations nv100_port_ops = { | |||
495 | 495 | ||
496 | .qc_prep = ata_qc_prep, | 496 | .qc_prep = ata_qc_prep, |
497 | .qc_issue = ata_qc_issue_prot, | 497 | .qc_issue = ata_qc_issue_prot, |
498 | .eng_timeout = ata_eng_timeout, | 498 | |
499 | .data_xfer = ata_pio_data_xfer, | 499 | .data_xfer = ata_pio_data_xfer, |
500 | 500 | ||
501 | .irq_handler = ata_interrupt, | 501 | .irq_handler = ata_interrupt, |
@@ -529,7 +529,7 @@ static struct ata_port_operations nv133_port_ops = { | |||
529 | 529 | ||
530 | .qc_prep = ata_qc_prep, | 530 | .qc_prep = ata_qc_prep, |
531 | .qc_issue = ata_qc_issue_prot, | 531 | .qc_issue = ata_qc_issue_prot, |
532 | .eng_timeout = ata_eng_timeout, | 532 | |
533 | .data_xfer = ata_pio_data_xfer, | 533 | .data_xfer = ata_pio_data_xfer, |
534 | 534 | ||
535 | .irq_handler = ata_interrupt, | 535 | .irq_handler = ata_interrupt, |