diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 771509c9a3fb..c5e4501daa74 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -292,10 +292,10 @@ static struct scsi_host_template ahci_sht = { | |||
292 | static struct ata_port_operations ahci_ops = { | 292 | static struct ata_port_operations ahci_ops = { |
293 | .inherits = &sata_pmp_port_ops, | 293 | .inherits = &sata_pmp_port_ops, |
294 | 294 | ||
295 | .check_status = ahci_check_status, | 295 | .sff_check_status = ahci_check_status, |
296 | .check_altstatus = ahci_check_status, | 296 | .sff_check_altstatus = ahci_check_status, |
297 | 297 | ||
298 | .tf_read = ahci_tf_read, | 298 | .sff_tf_read = ahci_tf_read, |
299 | .qc_defer = sata_pmp_qc_defer_cmd_switch, | 299 | .qc_defer = sata_pmp_qc_defer_cmd_switch, |
300 | .qc_prep = ahci_qc_prep, | 300 | .qc_prep = ahci_qc_prep, |
301 | .qc_issue = ahci_qc_issue, | 301 | .qc_issue = ahci_qc_issue, |