diff options
Diffstat (limited to 'drivers/ata/pata_optidma.c')
-rw-r--r-- | drivers/ata/pata_optidma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_optidma.c b/drivers/ata/pata_optidma.c index 848ae16f2390..6b07b5b48532 100644 --- a/drivers/ata/pata_optidma.c +++ b/drivers/ata/pata_optidma.c | |||
@@ -398,7 +398,7 @@ static struct ata_port_operations optidma_port_ops = { | |||
398 | .irq_clear = ata_bmdma_irq_clear, | 398 | .irq_clear = ata_bmdma_irq_clear, |
399 | .irq_on = ata_irq_on, | 399 | .irq_on = ata_irq_on, |
400 | 400 | ||
401 | .port_start = ata_port_start, | 401 | .port_start = ata_sff_port_start, |
402 | }; | 402 | }; |
403 | 403 | ||
404 | static struct ata_port_operations optiplus_port_ops = { | 404 | static struct ata_port_operations optiplus_port_ops = { |
@@ -432,7 +432,7 @@ static struct ata_port_operations optiplus_port_ops = { | |||
432 | .irq_clear = ata_bmdma_irq_clear, | 432 | .irq_clear = ata_bmdma_irq_clear, |
433 | .irq_on = ata_irq_on, | 433 | .irq_on = ata_irq_on, |
434 | 434 | ||
435 | .port_start = ata_port_start, | 435 | .port_start = ata_sff_port_start, |
436 | }; | 436 | }; |
437 | 437 | ||
438 | /** | 438 | /** |