rockchip: sip: add static inline for sip_smc_lastlog_request()

Add static inline for sip_smc_lastlog_request() when
CONFIG_ROCKCHIP_SIP is not enabled.

Change-Id: I8fe46c36b115b4aa8a71a4101a7829e64aa08103
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-12-28 17:27:21 +08:00 committed by Tao Huang
parent ef95127303
commit c1cf9c6b8d

View File

@ -180,7 +180,7 @@ sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2)
return tmp;
}
struct arm_smccc_res sip_smc_lastlog_request(void)
static inline struct arm_smccc_res sip_smc_lastlog_request(void)
{
struct arm_smccc_res tmp = {0};
return tmp;