From 01c1b3e17f905096666c36e064b0303dbb32ced6 Mon Sep 17 00:00:00 2001 From: Raghu Krishnamurthy Date: Sat, 25 Feb 2023 07:11:38 -0800 Subject: [PATCH] chore: remove unused and undefined function Clean up unused function Signed-off-by: Raghu Krishnamurthy Change-Id: Ib761d04070f7eb7e0dddad4ad885ce11f82582b8 --- include/services/el3_spmc_logical_sp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/services/el3_spmc_logical_sp.h b/include/services/el3_spmc_logical_sp.h index 5ce33edbb..dccd362da 100644 --- a/include/services/el3_spmc_logical_sp.h +++ b/include/services/el3_spmc_logical_sp.h @@ -49,8 +49,7 @@ struct el3_lp_desc { * Function & variable prototypes. ******************************************************************************/ int el3_sp_desc_validate(void); -uintptr_t handle_el3_sp(uint32_t smc_fid, void *cookie, void *handle, - unsigned int flags); + IMPORT_SYM(uintptr_t, __EL3_LP_DESCS_START__, EL3_LP_DESCS_START); IMPORT_SYM(uintptr_t, __EL3_LP_DESCS_END__, EL3_LP_DESCS_END);