mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
chore: remove unused and undefined function
Clean up unused function Signed-off-by: Raghu Krishnamurthy <raghu.ncstate@gmail.com> Change-Id: Ib761d04070f7eb7e0dddad4ad885ce11f82582b8
This commit is contained in:
parent
e1c0a47267
commit
01c1b3e17f
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue