diff options
Diffstat (limited to 'drivers/ata/pata_artop.c')
-rw-r--r-- | drivers/ata/pata_artop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index ace5a98dd59d..21c30282717c 100644 --- a/drivers/ata/pata_artop.c +++ b/drivers/ata/pata_artop.c | |||
@@ -345,6 +345,8 @@ static const struct ata_port_operations artop6210_ops = { | |||
345 | 345 | ||
346 | .irq_handler = ata_interrupt, | 346 | .irq_handler = ata_interrupt, |
347 | .irq_clear = ata_bmdma_irq_clear, | 347 | .irq_clear = ata_bmdma_irq_clear, |
348 | .irq_on = ata_irq_on, | ||
349 | .irq_ack = ata_irq_ack, | ||
348 | 350 | ||
349 | .port_start = ata_port_start, | 351 | .port_start = ata_port_start, |
350 | }; | 352 | }; |
@@ -375,6 +377,8 @@ static const struct ata_port_operations artop6260_ops = { | |||
375 | 377 | ||
376 | .irq_handler = ata_interrupt, | 378 | .irq_handler = ata_interrupt, |
377 | .irq_clear = ata_bmdma_irq_clear, | 379 | .irq_clear = ata_bmdma_irq_clear, |
380 | .irq_on = ata_irq_on, | ||
381 | .irq_ack = ata_irq_ack, | ||
378 | 382 | ||
379 | .port_start = ata_port_start, | 383 | .port_start = ata_port_start, |
380 | }; | 384 | }; |