diff options
Diffstat (limited to 'drivers/ata/pata_efar.c')
-rw-r--r-- | drivers/ata/pata_efar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c index edf8a63f50af..c19b6a8a7dc6 100644 --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c | |||
@@ -261,14 +261,14 @@ static const struct ata_port_operations efar_ops = { | |||
261 | .bmdma_status = ata_bmdma_status, | 261 | .bmdma_status = ata_bmdma_status, |
262 | .qc_prep = ata_qc_prep, | 262 | .qc_prep = ata_qc_prep, |
263 | .qc_issue = ata_qc_issue_prot, | 263 | .qc_issue = ata_qc_issue_prot, |
264 | .data_xfer = ata_pio_data_xfer, | 264 | .data_xfer = ata_data_xfer, |
265 | 265 | ||
266 | .irq_handler = ata_interrupt, | 266 | .irq_handler = ata_interrupt, |
267 | .irq_clear = ata_bmdma_irq_clear, | 267 | .irq_clear = ata_bmdma_irq_clear, |
268 | .irq_on = ata_irq_on, | ||
269 | .irq_ack = ata_irq_ack, | ||
268 | 270 | ||
269 | .port_start = ata_port_start, | 271 | .port_start = ata_port_start, |
270 | .port_stop = ata_port_stop, | ||
271 | .host_stop = ata_host_stop, | ||
272 | }; | 272 | }; |
273 | 273 | ||
274 | 274 | ||