diff options
Diffstat (limited to 'include/soc/qcom/scm.h')
| -rw-r--r-- | include/soc/qcom/scm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/qcom/scm.h b/include/soc/qcom/scm.h index e8d47986972a..5e80139a9d84 100644 --- a/include/soc/qcom/scm.h +++ b/include/soc/qcom/scm.h @@ -124,7 +124,7 @@ struct scm_hdcp_req { }; extern struct mutex scm_lmh_lock; -extern bool under_scm_call(void); +extern bool under_scm_call(int cpu); #else static inline int scm_call2(u32 cmd_id, struct scm_desc *desc) @@ -186,7 +186,7 @@ static inline int scm_enable_mem_protection(void) { return 0; } -extern bool under_scm_call(void) +extern bool under_scm_call(int cpu) { return false; } |
