aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_netcell.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_netcell.c')
-rw-r--r--drivers/ata/pata_netcell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_netcell.c b/drivers/ata/pata_netcell.c
index b2c3d0767547..25c922abd554 100644
--- a/drivers/ata/pata_netcell.c
+++ b/drivers/ata/pata_netcell.c
@@ -68,7 +68,7 @@ static const struct ata_port_operations netcell_ops = {
68 .irq_on = ata_irq_on, 68 .irq_on = ata_irq_on,
69 69
70 /* Generic PATA PCI ATA helpers */ 70 /* Generic PATA PCI ATA helpers */
71 .port_start = ata_port_start, 71 .port_start = ata_sff_port_start,
72}; 72};
73 73
74 74