|
@@ -272,7 +272,7 @@ static inline void pm_print_times_init(void)
|
|
|
{
|
|
|
pm_print_times_enabled = !!initcall_debug;
|
|
|
}
|
|
|
-#else /* !CONFIG_PP_SLEEP_DEBUG */
|
|
|
+#else /* !CONFIG_PM_SLEEP_DEBUG */
|
|
|
static inline void pm_print_times_init(void) {}
|
|
|
#endif /* CONFIG_PM_SLEEP_DEBUG */
|
|
|
|