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>
This commit is contained in:
parent
3610841a51
commit
6b21fd9ece
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue