diff options
| author | Yimin Peng <yiminp@codeaurora.org> | 2017-07-07 17:51:10 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-11 02:18:13 -0700 |
| commit | 6b21fd9eced5be53d39b7ec7c4fd692b5f53e5a9 (patch) | |
| tree | e5d0d31f88fa67ffd6788b2b13d29723793a3a44 /include | |
| parent | 3610841a51d63ea7f411d235e6885e26afd9a6d4 (diff) | |
scm: fix potential build error.
References to the header file may cause multi definition.
Change-Id: Iccac423a5906f2493b33b34fd698324138ce9bcb
Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/scm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/scm.h b/include/soc/qcom/scm.h index ad57eda97f9d..4ced3c29e932 100644 --- a/include/soc/qcom/scm.h +++ b/include/soc/qcom/scm.h @@ -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; } |
