diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/cezanne/psp_verstage/svc.c | 1 | ||||
-rw-r--r-- | src/soc/amd/glinda/psp_verstage/svc.c | 1 | ||||
-rw-r--r-- | src/soc/amd/mendocino/psp_verstage/svc.c | 1 | ||||
-rw-r--r-- | src/soc/amd/phoenix/psp_verstage/svc.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/psp_verstage/svc.c | 1 |
5 files changed, 0 insertions, 5 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) diff --git a/src/soc/amd/glinda/psp_verstage/svc.c b/src/soc/amd/glinda/psp_verstage/svc.c index d533d8f664..531e3d5f67 100644 --- a/src/soc/amd/glinda/psp_verstage/svc.c +++ b/src/soc/amd/glinda/psp_verstage/svc.c @@ -7,7 +7,6 @@ #include <assert.h> #include <bl_uapp/bl_syscall_public.h> #include <psp_verstage.h> -#include <stddef.h> #include <string.h> #include <svc_call.h> diff --git a/src/soc/amd/mendocino/psp_verstage/svc.c b/src/soc/amd/mendocino/psp_verstage/svc.c index 0c6fb5e100..ba35fa7e9c 100644 --- a/src/soc/amd/mendocino/psp_verstage/svc.c +++ b/src/soc/amd/mendocino/psp_verstage/svc.c @@ -5,7 +5,6 @@ #include <assert.h> #include <bl_uapp/bl_syscall_public.h> #include <psp_verstage.h> -#include <stddef.h> #include <string.h> #include <svc_call.h> diff --git a/src/soc/amd/phoenix/psp_verstage/svc.c b/src/soc/amd/phoenix/psp_verstage/svc.c index 6f086780b8..1bea8fc4d4 100644 --- a/src/soc/amd/phoenix/psp_verstage/svc.c +++ b/src/soc/amd/phoenix/psp_verstage/svc.c @@ -5,7 +5,6 @@ #include <assert.h> #include <bl_uapp/bl_syscall_public.h> #include <psp_verstage.h> -#include <stddef.h> #include <string.h> #include <svc_call.h> diff --git a/src/soc/amd/picasso/psp_verstage/svc.c b/src/soc/amd/picasso/psp_verstage/svc.c index c1af525d84..d23ea3b849 100644 --- a/src/soc/amd/picasso/psp_verstage/svc.c +++ b/src/soc/amd/picasso/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) |