diff options
Diffstat (limited to 'drivers/ata/pata_opti.c')
-rw-r--r-- | drivers/ata/pata_opti.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_opti.c b/drivers/ata/pata_opti.c index e76302631597..da1aa148b37d 100644 --- a/drivers/ata/pata_opti.c +++ b/drivers/ata/pata_opti.c | |||
@@ -209,6 +209,8 @@ static struct ata_port_operations opti_port_ops = { | |||
209 | 209 | ||
210 | .irq_handler = ata_interrupt, | 210 | .irq_handler = ata_interrupt, |
211 | .irq_clear = ata_bmdma_irq_clear, | 211 | .irq_clear = ata_bmdma_irq_clear, |
212 | .irq_on = ata_irq_on, | ||
213 | .irq_ack = ata_irq_ack, | ||
212 | 214 | ||
213 | .port_start = ata_port_start, | 215 | .port_start = ata_port_start, |
214 | }; | 216 | }; |