diff options
Diffstat (limited to 'drivers/ata/pata_isapnp.c')
-rw-r--r-- | drivers/ata/pata_isapnp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_isapnp.c b/drivers/ata/pata_isapnp.c index 1def8c05f345..8ac1e8beabaf 100644 --- a/drivers/ata/pata_isapnp.c +++ b/drivers/ata/pata_isapnp.c | |||
@@ -58,7 +58,7 @@ static struct ata_port_operations isapnp_port_ops = { | |||
58 | .irq_clear = ata_bmdma_irq_clear, | 58 | .irq_clear = ata_bmdma_irq_clear, |
59 | .irq_on = ata_irq_on, | 59 | .irq_on = ata_irq_on, |
60 | 60 | ||
61 | .port_start = ata_port_start, | 61 | .port_start = ata_sff_port_start, |
62 | }; | 62 | }; |
63 | 63 | ||
64 | /** | 64 | /** |