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:
Yimin Peng 2017-07-07 17:51:10 +08:00 committed by Gerrit - the friendly Code Review server
parent 3610841a51
commit 6b21fd9ece

View file

@ -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;
}