]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/core/hcd-pci.c
PM: Remove CONFIG_PM_OPS
[karo-tx-linux.git] / drivers / usb / core / hcd-pci.c
index f71e8e307e0f0c0b513c763b1ddfcb7b81f0cded..64a035ba2eab7098cdbbbd1432e308c948a339d0 100644 (file)
@@ -335,7 +335,7 @@ void usb_hcd_pci_shutdown(struct pci_dev *dev)
 }
 EXPORT_SYMBOL_GPL(usb_hcd_pci_shutdown);
 
-#ifdef CONFIG_PM_OPS
+#ifdef CONFIG_PM
 
 #ifdef CONFIG_PPC_PMAC
 static void powermac_set_asic(struct pci_dev *pci_dev, int enable)
@@ -580,4 +580,4 @@ const struct dev_pm_ops usb_hcd_pci_pm_ops = {
 };
 EXPORT_SYMBOL_GPL(usb_hcd_pci_pm_ops);
 
-#endif /* CONFIG_PM_OPS */
+#endif /* CONFIG_PM */