diff options
Diffstat (limited to 'drivers/ata/pata_winbond.c')
-rw-r--r-- | drivers/ata/pata_winbond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_winbond.c b/drivers/ata/pata_winbond.c index cc18231e9334..6e52a3573fbf 100644 --- a/drivers/ata/pata_winbond.c +++ b/drivers/ata/pata_winbond.c | |||
@@ -127,7 +127,7 @@ static struct scsi_host_template winbond_sht = { | |||
127 | 127 | ||
128 | static struct ata_port_operations winbond_port_ops = { | 128 | static struct ata_port_operations winbond_port_ops = { |
129 | .inherits = &ata_sff_port_ops, | 129 | .inherits = &ata_sff_port_ops, |
130 | .data_xfer = winbond_data_xfer, | 130 | .sff_data_xfer = winbond_data_xfer, |
131 | .cable_detect = ata_cable_40wire, | 131 | .cable_detect = ata_cable_40wire, |
132 | .set_piomode = winbond_set_piomode, | 132 | .set_piomode = winbond_set_piomode, |
133 | }; | 133 | }; |