aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:34:08 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 11:13:18 +0000
commit327a0a7bafb9153b42893ce42bf84458cfa1be1e (patch)
tree0eab2bf8ed9321e47c4fafec4e93e118aba3667a /src/soc/intel
parent2f9a579048a406fa9637d4116be9c96a8a936bec (diff)
tree: Drop unused <string.h>
Change-Id: I0e216cbc4acf9571c65c345a1764e74485f89438 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81818 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/meteorlake/acpi.c1
-rw-r--r--src/soc/intel/xeon_sp/spr/soc_util.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/meteorlake/acpi.c b/src/soc/intel/meteorlake/acpi.c
index ca4e5e1055..c8d1978106 100644
--- a/src/soc/intel/meteorlake/acpi.c
+++ b/src/soc/intel/meteorlake/acpi.c
@@ -20,7 +20,6 @@
#include <soc/pm.h>
#include <soc/soc_chip.h>
#include <soc/systemagent.h>
-#include <string.h>
#include <types.h>
/*
diff --git a/src/soc/intel/xeon_sp/spr/soc_util.c b/src/soc/intel/xeon_sp/spr/soc_util.c
index 6ed018c56c..83418dcf29 100644
--- a/src/soc/intel/xeon_sp/spr/soc_util.c
+++ b/src/soc/intel/xeon_sp/spr/soc_util.c
@@ -11,7 +11,6 @@
#include <soc/soc_util.h>
#include <soc/util.h>
#include <stdlib.h>
-#include <string.h>
#include <pc80/mc146818rtc.h>
const EWL_PRIVATE_DATA *get_ewl_hob(void)