mpm: update config flag check for msm_mpm_enter_sleep
This patch updates the config flag check for the msm_mpm_enter_sleep function definition. Change-Id: Id654d3923fee3d012c59689bdc54088be5207c23 Signed-off-by: Raghavendra Kakarla <quic_rkakarla@quicinc.com>
This commit is contained in:
parent
de5aec070a
commit
2aea04b8e4
@ -9,7 +9,7 @@
|
||||
|
||||
#include <linux/cpumask.h>
|
||||
|
||||
#if IS_ENABLED(CONFIG_QCOM_MPM)
|
||||
#if IS_ENABLED(CONFIG_MPM_LEGACY)
|
||||
int msm_mpm_enter_sleep(struct cpumask *cpumask);
|
||||
#else
|
||||
static inline int msm_mpm_enter_sleep(struct cpumask *cpumask)
|
||||
|
Loading…
Reference in New Issue
Block a user