diff options
Diffstat (limited to 'drivers/ata/pata_marvell.c')
-rw-r--r-- | drivers/ata/pata_marvell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index 99d0844c8cb8..9afc8a32b226 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c | |||
@@ -139,7 +139,7 @@ static const struct ata_port_operations marvell_ops = { | |||
139 | .irq_on = ata_irq_on, | 139 | .irq_on = ata_irq_on, |
140 | 140 | ||
141 | /* Generic PATA PCI ATA helpers */ | 141 | /* Generic PATA PCI ATA helpers */ |
142 | .port_start = ata_port_start, | 142 | .port_start = ata_sff_port_start, |
143 | }; | 143 | }; |
144 | 144 | ||
145 | 145 | ||