aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/sata_mv.c')
-rw-r--r--drivers/ata/sata_mv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index 393fc655f8c1..68c3f22890d2 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -483,8 +483,6 @@ static struct scsi_host_template mv6_sht = {
483}; 483};
484 484
485static const struct ata_port_operations mv5_ops = { 485static const struct ata_port_operations mv5_ops = {
486 .port_disable = ata_port_disable,
487
488 .tf_load = ata_tf_load, 486 .tf_load = ata_tf_load,
489 .tf_read = ata_tf_read, 487 .tf_read = ata_tf_read,
490 .check_status = ata_check_status, 488 .check_status = ata_check_status,
@@ -513,8 +511,6 @@ static const struct ata_port_operations mv5_ops = {
513}; 511};
514 512
515static const struct ata_port_operations mv6_ops = { 513static const struct ata_port_operations mv6_ops = {
516 .port_disable = ata_port_disable,
517
518 .tf_load = ata_tf_load, 514 .tf_load = ata_tf_load,
519 .tf_read = ata_tf_read, 515 .tf_read = ata_tf_read,
520 .check_status = ata_check_status, 516 .check_status = ata_check_status,
@@ -543,8 +539,6 @@ static const struct ata_port_operations mv6_ops = {
543}; 539};
544 540
545static const struct ata_port_operations mv_iie_ops = { 541static const struct ata_port_operations mv_iie_ops = {
546 .port_disable = ata_port_disable,
547
548 .tf_load = ata_tf_load, 542 .tf_load = ata_tf_load,
549 .tf_read = ata_tf_read, 543 .tf_read = ata_tf_read,
550 .check_status = ata_check_status, 544 .check_status = ata_check_status,