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 d7555f775d5d..553658bacce0 100644 --- a/drivers/ata/pata_winbond.c +++ b/drivers/ata/pata_winbond.c | |||
@@ -160,7 +160,7 @@ static struct ata_port_operations winbond_port_ops = { | |||
160 | .irq_clear = ata_bmdma_irq_clear, | 160 | .irq_clear = ata_bmdma_irq_clear, |
161 | .irq_on = ata_irq_on, | 161 | .irq_on = ata_irq_on, |
162 | 162 | ||
163 | .port_start = ata_port_start, | 163 | .port_start = ata_sff_port_start, |
164 | }; | 164 | }; |
165 | 165 | ||
166 | /** | 166 | /** |