diff options
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index db069d7515bc..7c6df320c833 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -173,7 +173,6 @@ static struct ata_port_operations pdc2027x_pata100_ops = { | |||
173 | 173 | ||
174 | .irq_clear = ata_bmdma_irq_clear, | 174 | .irq_clear = ata_bmdma_irq_clear, |
175 | .irq_on = ata_irq_on, | 175 | .irq_on = ata_irq_on, |
176 | .irq_ack = ata_irq_ack, | ||
177 | 176 | ||
178 | .port_start = ata_port_start, | 177 | .port_start = ata_port_start, |
179 | }; | 178 | }; |
@@ -208,7 +207,6 @@ static struct ata_port_operations pdc2027x_pata133_ops = { | |||
208 | 207 | ||
209 | .irq_clear = ata_bmdma_irq_clear, | 208 | .irq_clear = ata_bmdma_irq_clear, |
210 | .irq_on = ata_irq_on, | 209 | .irq_on = ata_irq_on, |
211 | .irq_ack = ata_irq_ack, | ||
212 | 210 | ||
213 | .port_start = ata_port_start, | 211 | .port_start = ata_port_start, |
214 | }; | 212 | }; |