summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-07-11 17:57:48 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-11 17:57:48 -0700
commit38c7257a215af7b6450af58e939dd14e981e9e4c (patch)
treef3dde59c99f1cfdb13b15492341ffc3d8c39c936 /include
parentd8ff341d388e4f5cd80d88ed231d0b881ea770cb (diff)
parent232738f76fd30de10a8102b43417b25e355b2e5b (diff)
Merge "soc: qcom: SCM front-end over QCPE"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/scm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/soc/qcom/scm.h b/include/soc/qcom/scm.h
index ad57eda97f9d..af389305207f 100644
--- a/include/soc/qcom/scm.h
+++ b/include/soc/qcom/scm.h
@@ -95,7 +95,7 @@ struct scm_desc {
u64 x5;
};
-#ifdef CONFIG_QCOM_SCM
+#if defined(CONFIG_QCOM_SCM) || defined(CONFIG_QCOM_SCM_QCPE)
extern int scm_call(u32 svc_id, u32 cmd_id, const void *cmd_buf, size_t cmd_len,
void *resp_buf, size_t resp_len);
@@ -230,7 +230,7 @@ static inline int scm_io_write(phys_addr_t address, u32 val)
return 0;
}
-inline bool scm_is_secure_device(void)
+static inline bool scm_is_secure_device(void)
{
return false;
}