diff options
Diffstat (limited to 'drivers/ata/pata_artop.c')
-rw-r--r-- | drivers/ata/pata_artop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index 37bc1323bda7..5baea1222227 100644 --- a/drivers/ata/pata_artop.c +++ b/drivers/ata/pata_artop.c | |||
@@ -347,8 +347,6 @@ static const struct ata_port_operations artop6210_ops = { | |||
347 | .irq_clear = ata_bmdma_irq_clear, | 347 | .irq_clear = ata_bmdma_irq_clear, |
348 | 348 | ||
349 | .port_start = ata_port_start, | 349 | .port_start = ata_port_start, |
350 | .port_stop = ata_port_stop, | ||
351 | .host_stop = ata_host_stop, | ||
352 | }; | 350 | }; |
353 | 351 | ||
354 | static const struct ata_port_operations artop6260_ops = { | 352 | static const struct ata_port_operations artop6260_ops = { |
@@ -379,8 +377,6 @@ static const struct ata_port_operations artop6260_ops = { | |||
379 | .irq_clear = ata_bmdma_irq_clear, | 377 | .irq_clear = ata_bmdma_irq_clear, |
380 | 378 | ||
381 | .port_start = ata_port_start, | 379 | .port_start = ata_port_start, |
382 | .port_stop = ata_port_stop, | ||
383 | .host_stop = ata_host_stop, | ||
384 | }; | 380 | }; |
385 | 381 | ||
386 | 382 | ||