]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/scsi/ata_piix.c
Automatic merge of /spare/repo/linux-2.6/.git branch HEAD
[mirror_ubuntu-zesty-kernel.git] / drivers / scsi / ata_piix.c
index c2b00c9d40a82fe6661533ca3917ca751b4b3196..3be546439252332131fac6aca81cbdea71d9934a 100644 (file)
@@ -153,6 +153,7 @@ static struct ata_port_operations piix_pata_ops = {
 
        .port_start             = ata_port_start,
        .port_stop              = ata_port_stop,
+       .host_stop              = ata_host_stop,
 };
 
 static struct ata_port_operations piix_sata_ops = {
@@ -180,6 +181,7 @@ static struct ata_port_operations piix_sata_ops = {
 
        .port_start             = ata_port_start,
        .port_stop              = ata_port_stop,
+       .host_stop              = ata_host_stop,
 };
 
 static struct ata_port_info piix_port_info[] = {