diff options
Diffstat (limited to 'drivers/ata/pata_qdi.c')
-rw-r--r-- | drivers/ata/pata_qdi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_qdi.c b/drivers/ata/pata_qdi.c index ec2206e820ac..ade5a4421663 100644 --- a/drivers/ata/pata_qdi.c +++ b/drivers/ata/pata_qdi.c | |||
@@ -192,7 +192,6 @@ static struct ata_port_operations qdi6500_port_ops = { | |||
192 | 192 | ||
193 | .irq_clear = ata_bmdma_irq_clear, | 193 | .irq_clear = ata_bmdma_irq_clear, |
194 | .irq_on = ata_irq_on, | 194 | .irq_on = ata_irq_on, |
195 | .irq_ack = ata_irq_ack, | ||
196 | 195 | ||
197 | .port_start = ata_port_start, | 196 | .port_start = ata_port_start, |
198 | }; | 197 | }; |
@@ -220,7 +219,6 @@ static struct ata_port_operations qdi6580_port_ops = { | |||
220 | 219 | ||
221 | .irq_clear = ata_bmdma_irq_clear, | 220 | .irq_clear = ata_bmdma_irq_clear, |
222 | .irq_on = ata_irq_on, | 221 | .irq_on = ata_irq_on, |
223 | .irq_ack = ata_irq_ack, | ||
224 | 222 | ||
225 | .port_start = ata_port_start, | 223 | .port_start = ata_port_start, |
226 | }; | 224 | }; |