diff options
Diffstat (limited to 'drivers/ata/pata_platform.c')
-rw-r--r-- | drivers/ata/pata_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_platform.c b/drivers/ata/pata_platform.c index 4b82a5435a4e..507eb1ee05f8 100644 --- a/drivers/ata/pata_platform.c +++ b/drivers/ata/pata_platform.c | |||
@@ -80,6 +80,7 @@ static struct ata_port_operations pata_platform_port_ops = { | |||
80 | .thaw = ata_bmdma_thaw, | 80 | .thaw = ata_bmdma_thaw, |
81 | .error_handler = ata_bmdma_error_handler, | 81 | .error_handler = ata_bmdma_error_handler, |
82 | .post_internal_cmd = ata_bmdma_post_internal_cmd, | 82 | .post_internal_cmd = ata_bmdma_post_internal_cmd, |
83 | .cable_detect = ata_cable_unknown, | ||
83 | 84 | ||
84 | .qc_prep = ata_qc_prep, | 85 | .qc_prep = ata_qc_prep, |
85 | .qc_issue = ata_qc_issue_prot, | 86 | .qc_issue = ata_qc_issue_prot, |