diff options
Diffstat (limited to 'drivers/ata/pata_cs5535.c')
-rw-r--r-- | drivers/ata/pata_cs5535.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 2c73807da626..3578593a882b 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c | |||
@@ -206,7 +206,7 @@ static struct ata_port_operations cs5535_port_ops = { | |||
206 | .irq_clear = ata_bmdma_irq_clear, | 206 | .irq_clear = ata_bmdma_irq_clear, |
207 | .irq_on = ata_irq_on, | 207 | .irq_on = ata_irq_on, |
208 | 208 | ||
209 | .port_start = ata_port_start, | 209 | .port_start = ata_sff_port_start, |
210 | }; | 210 | }; |
211 | 211 | ||
212 | /** | 212 | /** |