diff options
Diffstat (limited to 'drivers/ata/pata_ali.c')
-rw-r--r-- | drivers/ata/pata_ali.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index fde5ce9f7eae..f4fdb10211e3 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
@@ -376,8 +376,6 @@ static struct ata_port_operations ali_early_port_ops = { | |||
376 | .irq_clear = ata_bmdma_irq_clear, | 376 | .irq_clear = ata_bmdma_irq_clear, |
377 | 377 | ||
378 | .port_start = ata_port_start, | 378 | .port_start = ata_port_start, |
379 | .port_stop = ata_port_stop, | ||
380 | .host_stop = ata_host_stop | ||
381 | }; | 379 | }; |
382 | 380 | ||
383 | /* | 381 | /* |
@@ -417,8 +415,6 @@ static struct ata_port_operations ali_20_port_ops = { | |||
417 | .irq_clear = ata_bmdma_irq_clear, | 415 | .irq_clear = ata_bmdma_irq_clear, |
418 | 416 | ||
419 | .port_start = ata_port_start, | 417 | .port_start = ata_port_start, |
420 | .port_stop = ata_port_stop, | ||
421 | .host_stop = ata_host_stop | ||
422 | }; | 418 | }; |
423 | 419 | ||
424 | /* | 420 | /* |
@@ -455,8 +451,6 @@ static struct ata_port_operations ali_c2_port_ops = { | |||
455 | .irq_clear = ata_bmdma_irq_clear, | 451 | .irq_clear = ata_bmdma_irq_clear, |
456 | 452 | ||
457 | .port_start = ata_port_start, | 453 | .port_start = ata_port_start, |
458 | .port_stop = ata_port_stop, | ||
459 | .host_stop = ata_host_stop | ||
460 | }; | 454 | }; |
461 | 455 | ||
462 | /* | 456 | /* |
@@ -492,8 +486,6 @@ static struct ata_port_operations ali_c5_port_ops = { | |||
492 | .irq_clear = ata_bmdma_irq_clear, | 486 | .irq_clear = ata_bmdma_irq_clear, |
493 | 487 | ||
494 | .port_start = ata_port_start, | 488 | .port_start = ata_port_start, |
495 | .port_stop = ata_port_stop, | ||
496 | .host_stop = ata_host_stop | ||
497 | }; | 489 | }; |
498 | 490 | ||
499 | 491 | ||