diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-27 12:43:10 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-05-29 02:51:20 +0000 |
commit | 877fafab57affc34d7e4636938b180fcc5c30e9c (patch) | |
tree | 066061317e943f998776bf9325c446765ba45973 /src/soc/amd/cezanne | |
parent | 5d1494adda44dfaa0167aaa2f024c4ab351a82ad (diff) |
tree: Remove unused <stddef.h>
Change-Id: I7d7ad562eeff7247b7377b6570d489faee0aeda0
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82669
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/soc/amd/cezanne')
-rw-r--r-- | src/soc/amd/cezanne/psp_verstage/svc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/psp_verstage/svc.c b/src/soc/amd/cezanne/psp_verstage/svc.c index 17f9d5135a..b59b86f95c 100644 --- a/src/soc/amd/cezanne/psp_verstage/svc.c +++ b/src/soc/amd/cezanne/psp_verstage/svc.c @@ -3,7 +3,6 @@ #include <assert.h> #include <bl_uapp/bl_syscall_public.h> #include <psp_verstage.h> -#include <stddef.h> #include <svc_call.h> void svc_exit(uint32_t status) |