jme: Fix compile warning introduced by new pm macro
[deliverable/linux.git] / drivers / net / jme.c
index b5b174a8c149be9f07e56d8b9f07524ea3505792..2ce93393320cec4de6d991c39fe40ddabcc930a1 100644 (file)
@@ -3135,7 +3135,7 @@ jme_shutdown(struct pci_dev *pdev)
        pci_pme_active(pdev, true);
 }
 
-#ifdef CONFIG_PM
+#ifdef CONFIG_PM_SLEEP
 static int jme_suspend(struct device *dev)
 {
        struct pci_dev *pdev = to_pci_dev(dev);
This page took 0.054751 seconds and 5 git commands to generate.