]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/ide/pci/ns87415.c
ide: add proper PCI PM support (v2)
[mirror_ubuntu-zesty-kernel.git] / drivers / ide / pci / ns87415.c
index a482ade8e455fd2028227bcaff731df9856a466a..53bd645736d965b73eeee8f8ffaeacc12a193cce 100644 (file)
@@ -339,6 +339,8 @@ static struct pci_driver driver = {
        .id_table       = ns87415_pci_tbl,
        .probe          = ns87415_init_one,
        .remove         = ide_pci_remove,
+       .suspend        = ide_pci_suspend,
+       .resume         = ide_pci_resume,
 };
 
 static int __init ns87415_ide_init(void)