diff options
Diffstat (limited to 'drivers/ata/pata_mpiix.c')
-rw-r--r-- | drivers/ata/pata_mpiix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_mpiix.c b/drivers/ata/pata_mpiix.c index c0d9e0cf208c..ced6372749b3 100644 --- a/drivers/ata/pata_mpiix.c +++ b/drivers/ata/pata_mpiix.c | |||
@@ -187,7 +187,7 @@ static struct ata_port_operations mpiix_port_ops = { | |||
187 | .qc_issue = mpiix_qc_issue_prot, | 187 | .qc_issue = mpiix_qc_issue_prot, |
188 | .data_xfer = ata_data_xfer, | 188 | .data_xfer = ata_data_xfer, |
189 | 189 | ||
190 | .irq_clear = ata_bmdma_irq_clear, | 190 | .irq_clear = ata_noop_irq_clear, |
191 | .irq_on = ata_irq_on, | 191 | .irq_on = ata_irq_on, |
192 | 192 | ||
193 | .port_start = ata_sff_port_start, | 193 | .port_start = ata_sff_port_start, |