diff --git a/[refs] b/[refs] index 9f8b939cd6ab..51bd661a57ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f98b6573f190aff2748894da13a48bab0f10c733 +refs/heads/master: fae07dc389bc32a3638b9d4c61dd3738ca3fb61d diff --git a/trunk/drivers/ata/ata_piix.c b/trunk/drivers/ata/ata_piix.c index 58dba1df2b7b..47701b286f8b 100644 --- a/trunk/drivers/ata/ata_piix.c +++ b/trunk/drivers/ata/ata_piix.c @@ -342,7 +342,7 @@ static const struct ata_port_operations ich_pata_ops = { .port_start = ata_port_start, .port_stop = ata_port_stop, - .host_stop = ata_host_stop, + .host_stop = piix_host_stop, }; static const struct ata_port_operations piix_sata_ops = {