diff options
Diffstat (limited to 'drivers/ata/pata_pdc2027x.c')
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index 2ff91bbbab06..ffa7f47fbb20 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -169,6 +169,8 @@ static struct ata_port_operations pdc2027x_pata100_ops = { | |||
169 | 169 | ||
170 | .irq_handler = ata_interrupt, | 170 | .irq_handler = ata_interrupt, |
171 | .irq_clear = ata_bmdma_irq_clear, | 171 | .irq_clear = ata_bmdma_irq_clear, |
172 | .irq_on = ata_irq_on, | ||
173 | .irq_ack = ata_irq_ack, | ||
172 | 174 | ||
173 | .port_start = ata_port_start, | 175 | .port_start = ata_port_start, |
174 | }; | 176 | }; |
@@ -201,6 +203,8 @@ static struct ata_port_operations pdc2027x_pata133_ops = { | |||
201 | 203 | ||
202 | .irq_handler = ata_interrupt, | 204 | .irq_handler = ata_interrupt, |
203 | .irq_clear = ata_bmdma_irq_clear, | 205 | .irq_clear = ata_bmdma_irq_clear, |
206 | .irq_on = ata_irq_on, | ||
207 | .irq_ack = ata_irq_ack, | ||
204 | 208 | ||
205 | .port_start = ata_port_start, | 209 | .port_start = ata_port_start, |
206 | }; | 210 | }; |