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