diff options
Diffstat (limited to 'drivers/ata/pata_ixp4xx_cf.c')
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index 030878fedeb5..83e38cc077e1 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -126,7 +126,7 @@ static struct ata_port_operations ixp4xx_port_ops = { | |||
126 | .cable_detect = ata_cable_40wire, | 126 | .cable_detect = ata_cable_40wire, |
127 | 127 | ||
128 | .irq_handler = ata_interrupt, | 128 | .irq_handler = ata_interrupt, |
129 | .irq_clear = ata_bmdma_irq_clear, | 129 | .irq_clear = ata_noop_irq_clear, |
130 | .irq_on = ata_irq_on, | 130 | .irq_on = ata_irq_on, |
131 | 131 | ||
132 | .port_start = ata_port_start, | 132 | .port_start = ata_port_start, |