diff options
Diffstat (limited to 'drivers/ata/pata_sc1200.c')
-rw-r--r-- | drivers/ata/pata_sc1200.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_sc1200.c b/drivers/ata/pata_sc1200.c index 6c13754c75af..21ebc485ca4b 100644 --- a/drivers/ata/pata_sc1200.c +++ b/drivers/ata/pata_sc1200.c | |||
@@ -227,7 +227,7 @@ static struct ata_port_operations sc1200_port_ops = { | |||
227 | .irq_clear = ata_bmdma_irq_clear, | 227 | .irq_clear = ata_bmdma_irq_clear, |
228 | .irq_on = ata_irq_on, | 228 | .irq_on = ata_irq_on, |
229 | 229 | ||
230 | .port_start = ata_port_start, | 230 | .port_start = ata_sff_port_start, |
231 | }; | 231 | }; |
232 | 232 | ||
233 | /** | 233 | /** |