diff options
Diffstat (limited to 'drivers/ata/pata_cs5536.c')
-rw-r--r-- | drivers/ata/pata_cs5536.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5536.c b/drivers/ata/pata_cs5536.c index 1c4ff9b52b5c..391aa888f8fd 100644 --- a/drivers/ata/pata_cs5536.c +++ b/drivers/ata/pata_cs5536.c | |||
@@ -269,7 +269,7 @@ static struct ata_port_operations cs5536_port_ops = { | |||
269 | .irq_clear = ata_bmdma_irq_clear, | 269 | .irq_clear = ata_bmdma_irq_clear, |
270 | .irq_on = ata_irq_on, | 270 | .irq_on = ata_irq_on, |
271 | 271 | ||
272 | .port_start = ata_port_start, | 272 | .port_start = ata_sff_port_start, |
273 | }; | 273 | }; |
274 | 274 | ||
275 | /** | 275 | /** |