diff --git a/include/soc/qcom/mpm.h b/include/soc/qcom/mpm.h index 96e3452d1fb6..578ee3bf462c 100644 --- a/include/soc/qcom/mpm.h +++ b/include/soc/qcom/mpm.h @@ -9,7 +9,7 @@ #include -#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)