mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
ef95127303
commit
c1cf9c6b8d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user