]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/usb/host/ohci-pci.c
USB: OHCI: Allow runtime PM without system sleep
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / host / ohci-pci.c
index 08613e24189415641bc033d61af814e77b47143b..767a5eeff848dfa65843d5124fee5c621ea7abb3 100644 (file)
@@ -289,7 +289,7 @@ static struct pci_driver ohci_pci_driver = {
        .remove =       usb_hcd_pci_remove,
        .shutdown =     usb_hcd_pci_shutdown,
 
-#ifdef CONFIG_PM_SLEEP
+#ifdef CONFIG_PM
        .driver =       {
                .pm =   &usb_hcd_pci_pm_ops
        },