diff options
Diffstat (limited to 'drivers/ata/pata_artop.c')
-rw-r--r-- | drivers/ata/pata_artop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index 361f2fca7e54..8c864353596e 100644 --- a/drivers/ata/pata_artop.c +++ b/drivers/ata/pata_artop.c | |||
@@ -361,7 +361,6 @@ static const struct ata_port_operations artop6210_ops = { | |||
361 | .irq_handler = ata_interrupt, | 361 | .irq_handler = ata_interrupt, |
362 | .irq_clear = ata_bmdma_irq_clear, | 362 | .irq_clear = ata_bmdma_irq_clear, |
363 | .irq_on = ata_irq_on, | 363 | .irq_on = ata_irq_on, |
364 | .irq_ack = ata_irq_ack, | ||
365 | 364 | ||
366 | .port_start = ata_port_start, | 365 | .port_start = ata_port_start, |
367 | }; | 366 | }; |
@@ -394,7 +393,6 @@ static const struct ata_port_operations artop6260_ops = { | |||
394 | .irq_handler = ata_interrupt, | 393 | .irq_handler = ata_interrupt, |
395 | .irq_clear = ata_bmdma_irq_clear, | 394 | .irq_clear = ata_bmdma_irq_clear, |
396 | .irq_on = ata_irq_on, | 395 | .irq_on = ata_irq_on, |
397 | .irq_ack = ata_irq_ack, | ||
398 | 396 | ||
399 | .port_start = ata_port_start, | 397 | .port_start = ata_port_start, |
400 | }; | 398 | }; |