diff options
Diffstat (limited to 'drivers/ata/pata_optidma.c')
-rw-r--r-- | drivers/ata/pata_optidma.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/pata_optidma.c b/drivers/ata/pata_optidma.c index 067fca1fa8a1..d80b36e209cc 100644 --- a/drivers/ata/pata_optidma.c +++ b/drivers/ata/pata_optidma.c | |||
@@ -393,6 +393,8 @@ static struct ata_port_operations optidma_port_ops = { | |||
393 | 393 | ||
394 | .irq_handler = ata_interrupt, | 394 | .irq_handler = ata_interrupt, |
395 | .irq_clear = ata_bmdma_irq_clear, | 395 | .irq_clear = ata_bmdma_irq_clear, |
396 | .irq_on = ata_irq_on, | ||
397 | .irq_ack = ata_irq_ack, | ||
396 | 398 | ||
397 | .port_start = ata_port_start, | 399 | .port_start = ata_port_start, |
398 | }; | 400 | }; |
@@ -426,6 +428,8 @@ static struct ata_port_operations optiplus_port_ops = { | |||
426 | 428 | ||
427 | .irq_handler = ata_interrupt, | 429 | .irq_handler = ata_interrupt, |
428 | .irq_clear = ata_bmdma_irq_clear, | 430 | .irq_clear = ata_bmdma_irq_clear, |
431 | .irq_on = ata_irq_on, | ||
432 | .irq_ack = ata_irq_ack, | ||
429 | 433 | ||
430 | .port_start = ata_port_start, | 434 | .port_start = ata_port_start, |
431 | }; | 435 | }; |