diff options
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, |