intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs
This patch fixes compile time warnings when CONFIG_PM_SLEEP is undefined. In this case sleep related counters are unused. Signed-off-by: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
404a47410c
commit
7885f2f944
|
@ -96,9 +96,11 @@
|
|||
} \
|
||||
}
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
static u8 suspend_prep_ok;
|
||||
static u32 suspend_shlw_ctr_temp, suspend_deep_ctr_temp;
|
||||
static u64 suspend_shlw_res_temp, suspend_deep_res_temp;
|
||||
#endif
|
||||
|
||||
struct telemetry_susp_stats {
|
||||
u32 shlw_swake_ctr;
|
||||
|
|
Loading…
Reference in New Issue