aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/power/main.c b/kernel/power/main.c
index 0a9f269075ee..7fb805de19a8 100644
--- a/kernel/power/main.c
+++ b/kernel/power/main.c
@@ -55,6 +55,8 @@ int pm_notifier_call_chain(unsigned long val)
55 55
56#endif /* CONFIG_PM_SLEEP */ 56#endif /* CONFIG_PM_SLEEP */
57 57
58#ifdef CONFIG_SUSPEND
59
58#ifdef CONFIG_PM_DEBUG 60#ifdef CONFIG_PM_DEBUG
59int pm_test_level = TEST_NONE; 61int pm_test_level = TEST_NONE;
60 62