diff options
Diffstat (limited to 'drivers/ata/sata_promise.c')
-rw-r--r-- | drivers/ata/sata_promise.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/sata_promise.c b/drivers/ata/sata_promise.c index 9923e860eae3..5a10dc5048ad 100644 --- a/drivers/ata/sata_promise.c +++ b/drivers/ata/sata_promise.c | |||
@@ -162,12 +162,12 @@ static struct scsi_host_template pdc_ata_sht = { | |||
162 | static const struct ata_port_operations pdc_common_ops = { | 162 | static const struct ata_port_operations pdc_common_ops = { |
163 | .inherits = &ata_sff_port_ops, | 163 | .inherits = &ata_sff_port_ops, |
164 | 164 | ||
165 | .tf_load = pdc_tf_load_mmio, | 165 | .sff_tf_load = pdc_tf_load_mmio, |
166 | .exec_command = pdc_exec_command_mmio, | 166 | .sff_exec_command = pdc_exec_command_mmio, |
167 | .check_atapi_dma = pdc_check_atapi_dma, | 167 | .check_atapi_dma = pdc_check_atapi_dma, |
168 | .qc_prep = pdc_qc_prep, | 168 | .qc_prep = pdc_qc_prep, |
169 | .qc_issue = pdc_qc_issue, | 169 | .qc_issue = pdc_qc_issue, |
170 | .irq_clear = pdc_irq_clear, | 170 | .sff_irq_clear = pdc_irq_clear, |
171 | 171 | ||
172 | .post_internal_cmd = pdc_post_internal_cmd, | 172 | .post_internal_cmd = pdc_post_internal_cmd, |
173 | .error_handler = pdc_error_handler, | 173 | .error_handler = pdc_error_handler, |