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:
Raghavendra Kakarla 2023-09-04 18:38:04 +05:30
parent de5aec070a
commit 2aea04b8e4

View File

@ -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)