|
@@ -4888,7 +4888,7 @@ il_add_beacon_time(struct il_priv *il, u32 base, u32 addon,
|
|
|
}
|
|
|
EXPORT_SYMBOL(il_add_beacon_time);
|
|
|
|
|
|
-#ifdef CONFIG_PM
|
|
|
+#ifdef CONFIG_PM_SLEEP
|
|
|
|
|
|
static int
|
|
|
il_pci_suspend(struct device *device)
|
|
@@ -4939,7 +4939,7 @@ il_pci_resume(struct device *device)
|
|
|
SIMPLE_DEV_PM_OPS(il_pm_ops, il_pci_suspend, il_pci_resume);
|
|
|
EXPORT_SYMBOL(il_pm_ops);
|
|
|
|
|
|
-#endif /* CONFIG_PM */
|
|
|
+#endif /* CONFIG_PM_SLEEP */
|
|
|
|
|
|
static void
|
|
|
il_update_qos(struct il_priv *il)
|