diff options
Diffstat (limited to 'drivers/ata/pata_mpc52xx.c')
-rw-r--r-- | drivers/ata/pata_mpc52xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c index 5413ebfa72e5..d84e0c8ea02f 100644 --- a/drivers/ata/pata_mpc52xx.c +++ b/drivers/ata/pata_mpc52xx.c | |||
@@ -296,7 +296,7 @@ static struct ata_port_operations mpc52xx_ata_port_ops = { | |||
296 | .qc_prep = ata_qc_prep, | 296 | .qc_prep = ata_qc_prep, |
297 | .qc_issue = ata_qc_issue_prot, | 297 | .qc_issue = ata_qc_issue_prot, |
298 | .data_xfer = ata_data_xfer, | 298 | .data_xfer = ata_data_xfer, |
299 | .irq_clear = ata_bmdma_irq_clear, | 299 | .irq_clear = ata_noop_irq_clear, |
300 | .irq_on = ata_irq_on, | 300 | .irq_on = ata_irq_on, |
301 | .port_start = ata_port_start, | 301 | .port_start = ata_port_start, |
302 | }; | 302 | }; |