Skip to content

Commit 5c831a9

Browse files
Zhangbin Tongrkhuangtao
authored andcommitted
firmware: rockchip_sip: Export the sip_smc_vpu_reset API
Change-Id: Id5afcc8d9afc7e5e1cb188a5d4b7a8f1de3f46e8 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
1 parent 1b20f71 commit 5c831a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/firmware/rockchip_sip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2)
134134
res = __invoke_sip_fn_smc(PSCI_SIP_VPU_RESET, arg0, arg1, arg2);
135135
return res;
136136
}
137+
EXPORT_SYMBOL_GPL(sip_smc_vpu_reset);
137138

138139
/************************** fiq debugger **************************************/
139140
#ifdef CONFIG_ARM64

0 commit comments

Comments
 (0)