Browse Source

chore: remove unused and undefined function

Clean up unused function

Signed-off-by: Raghu Krishnamurthy <raghu.ncstate@gmail.com>
Change-Id: Ib761d04070f7eb7e0dddad4ad885ce11f82582b8
pull/1999/head
Raghu Krishnamurthy 2 years ago
parent
commit
01c1b3e17f
  1. 3
      include/services/el3_spmc_logical_sp.h

3
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);

Loading…
Cancel
Save