diff options
Diffstat (limited to 'drivers/ata/pata_opti.c')
-rw-r--r-- | drivers/ata/pata_opti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_opti.c b/drivers/ata/pata_opti.c index 136d7a65feb3..57fe21f3a975 100644 --- a/drivers/ata/pata_opti.c +++ b/drivers/ata/pata_opti.c | |||
@@ -227,7 +227,7 @@ static struct ata_port_operations opti_port_ops = { | |||
227 | 227 | ||
228 | .qc_prep = ata_qc_prep, | 228 | .qc_prep = ata_qc_prep, |
229 | .qc_issue = ata_qc_issue_prot, | 229 | .qc_issue = ata_qc_issue_prot, |
230 | .eng_timeout = ata_eng_timeout, | 230 | |
231 | .data_xfer = ata_pio_data_xfer, | 231 | .data_xfer = ata_pio_data_xfer, |
232 | 232 | ||
233 | .irq_handler = ata_interrupt, | 233 | .irq_handler = ata_interrupt, |