diff options
Diffstat (limited to 'include/linux/suspend.h')
-rw-r--r-- | include/linux/suspend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 0d41daf7e89d..d10b7980799d 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -495,9 +495,11 @@ static inline void unlock_system_sleep(void) {} | |||
495 | 495 | ||
496 | #ifdef CONFIG_PM_SLEEP_DEBUG | 496 | #ifdef CONFIG_PM_SLEEP_DEBUG |
497 | extern bool pm_print_times_enabled; | 497 | extern bool pm_print_times_enabled; |
498 | extern bool pm_debug_messages_on; | ||
498 | extern __printf(2, 3) void __pm_pr_dbg(bool defer, const char *fmt, ...); | 499 | extern __printf(2, 3) void __pm_pr_dbg(bool defer, const char *fmt, ...); |
499 | #else | 500 | #else |
500 | #define pm_print_times_enabled (false) | 501 | #define pm_print_times_enabled (false) |
502 | #define pm_debug_messages_on (false) | ||
501 | 503 | ||
502 | #include <linux/printk.h> | 504 | #include <linux/printk.h> |
503 | 505 | ||