diff options
Diffstat (limited to 'drivers/ata/sata_fsl.c')
-rw-r--r-- | drivers/ata/sata_fsl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 676302fdaa97..37482d4e883f 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
@@ -1190,10 +1190,10 @@ static struct scsi_host_template sata_fsl_sht = { | |||
1190 | static const struct ata_port_operations sata_fsl_ops = { | 1190 | static const struct ata_port_operations sata_fsl_ops = { |
1191 | .inherits = &sata_port_ops, | 1191 | .inherits = &sata_port_ops, |
1192 | 1192 | ||
1193 | .check_status = sata_fsl_check_status, | 1193 | .sff_check_status = sata_fsl_check_status, |
1194 | .check_altstatus = sata_fsl_check_status, | 1194 | .sff_check_altstatus = sata_fsl_check_status, |
1195 | 1195 | ||
1196 | .tf_read = sata_fsl_tf_read, | 1196 | .sff_tf_read = sata_fsl_tf_read, |
1197 | 1197 | ||
1198 | .qc_prep = sata_fsl_qc_prep, | 1198 | .qc_prep = sata_fsl_qc_prep, |
1199 | .qc_issue = sata_fsl_qc_issue, | 1199 | .qc_issue = sata_fsl_qc_issue, |