diff options
Diffstat (limited to 'drivers/ata/pata_via.c')
-rw-r--r-- | drivers/ata/pata_via.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_via.c b/drivers/ata/pata_via.c index e1f20e73a61e..5d41b6612d7f 100644 --- a/drivers/ata/pata_via.c +++ b/drivers/ata/pata_via.c | |||
@@ -378,7 +378,7 @@ static struct ata_port_operations via_port_ops = { | |||
378 | .irq_clear = ata_bmdma_irq_clear, | 378 | .irq_clear = ata_bmdma_irq_clear, |
379 | .irq_on = ata_irq_on, | 379 | .irq_on = ata_irq_on, |
380 | 380 | ||
381 | .port_start = ata_port_start, | 381 | .port_start = ata_sff_port_start, |
382 | }; | 382 | }; |
383 | 383 | ||
384 | static struct ata_port_operations via_port_ops_noirq = { | 384 | static struct ata_port_operations via_port_ops_noirq = { |
@@ -412,7 +412,7 @@ static struct ata_port_operations via_port_ops_noirq = { | |||
412 | .irq_clear = ata_bmdma_irq_clear, | 412 | .irq_clear = ata_bmdma_irq_clear, |
413 | .irq_on = ata_irq_on, | 413 | .irq_on = ata_irq_on, |
414 | 414 | ||
415 | .port_start = ata_port_start, | 415 | .port_start = ata_sff_port_start, |
416 | }; | 416 | }; |
417 | 417 | ||
418 | /** | 418 | /** |