usb: xhci: Fix panic if disconnect
[pandora-kernel.git] / drivers / usb / host / ohci-pci.c
index bc01b06..839cb64 100644 (file)
@@ -413,7 +413,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
        },