aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 58dba1df2b7b..47701b286f8b 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -342,7 +342,7 @@ static const struct ata_port_operations ich_pata_ops = {
342 342
343 .port_start = ata_port_start, 343 .port_start = ata_port_start,
344 .port_stop = ata_port_stop, 344 .port_stop = ata_port_stop,
345 .host_stop = ata_host_stop, 345 .host_stop = piix_host_stop,
346}; 346};
347 347
348static const struct ata_port_operations piix_sata_ops = { 348static const struct ata_port_operations piix_sata_ops = {