diff options
Diffstat (limited to 'src/soc')
-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 | ||||
-rw-r--r-- | src/soc/mediatek/mt8186/pll.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8188/pll.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8195/pll.c | 1 |
8 files changed, 0 insertions, 8 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) diff --git a/src/soc/mediatek/mt8186/pll.c b/src/soc/mediatek/mt8186/pll.c index a6165ef2a5..6b9eae67d8 100644 --- a/src/soc/mediatek/mt8186/pll.c +++ b/src/soc/mediatek/mt8186/pll.c @@ -8,7 +8,6 @@ #include <console/console.h> #include <device/mmio.h> #include <delay.h> -#include <stddef.h> #include <timer.h> #include <soc/addressmap.h> diff --git a/src/soc/mediatek/mt8188/pll.c b/src/soc/mediatek/mt8188/pll.c index d892e1cf72..3dfaac97fc 100644 --- a/src/soc/mediatek/mt8188/pll.c +++ b/src/soc/mediatek/mt8188/pll.c @@ -3,7 +3,6 @@ #include <console/console.h> #include <device/mmio.h> #include <delay.h> -#include <stddef.h> #include <timer.h> #include <soc/addressmap.h> diff --git a/src/soc/mediatek/mt8195/pll.c b/src/soc/mediatek/mt8195/pll.c index 69b9c1e055..397ff21d4e 100644 --- a/src/soc/mediatek/mt8195/pll.c +++ b/src/soc/mediatek/mt8195/pll.c @@ -3,7 +3,6 @@ #include <console/console.h> #include <device/mmio.h> #include <delay.h> -#include <stddef.h> #include <timer.h> #include <soc/addressmap.h> |