diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_winbond.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_winbond.c b/drivers/ata/pata_winbond.c index 6c111035fc84..519943239dbf 100644 --- a/drivers/ata/pata_winbond.c +++ b/drivers/ata/pata_winbond.c | |||
@@ -152,6 +152,7 @@ static struct ata_port_operations winbond_port_ops = { | |||
152 | .thaw = ata_bmdma_thaw, | 152 | .thaw = ata_bmdma_thaw, |
153 | .error_handler = ata_bmdma_error_handler, | 153 | .error_handler = ata_bmdma_error_handler, |
154 | .post_internal_cmd = ata_bmdma_post_internal_cmd, | 154 | .post_internal_cmd = ata_bmdma_post_internal_cmd, |
155 | .cable_detect = ata_cable_40wire, | ||
155 | 156 | ||
156 | .qc_prep = ata_qc_prep, | 157 | .qc_prep = ata_qc_prep, |
157 | .qc_issue = ata_qc_issue_prot, | 158 | .qc_issue = ata_qc_issue_prot, |