summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/common/fsp/fsp_ccx_cppc_hob.c1
-rw-r--r--src/soc/amd/mendocino/fsp_misc_data_hob.c1
-rw-r--r--src/soc/intel/meteorlake/acpi.c1
-rw-r--r--src/soc/intel/xeon_sp/spr/soc_util.c1
-rw-r--r--src/soc/mediatek/mt8195/pcie.c1
-rw-r--r--src/soc/qualcomm/sc7280/display/edp_aux.c1
-rw-r--r--src/soc/qualcomm/sc7280/display/edp_phy_7nm.c1
-rw-r--r--src/soc/rockchip/rk3288/clock.c1
-rw-r--r--src/soc/rockchip/rk3399/clock.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/src/soc/amd/common/fsp/fsp_ccx_cppc_hob.c b/src/soc/amd/common/fsp/fsp_ccx_cppc_hob.c
index 6e615ddeb5..aaf492e737 100644
--- a/src/soc/amd/common/fsp/fsp_ccx_cppc_hob.c
+++ b/src/soc/amd/common/fsp/fsp_ccx_cppc_hob.c
@@ -5,7 +5,6 @@
#include <console/console.h>
#include <FspGuids.h>
#include <fsp/util.h>
-#include <string.h>
#include <types.h>
diff --git a/src/soc/amd/mendocino/fsp_misc_data_hob.c b/src/soc/amd/mendocino/fsp_misc_data_hob.c
index ed35800052..e5eae02075 100644
--- a/src/soc/amd/mendocino/fsp_misc_data_hob.c
+++ b/src/soc/amd/mendocino/fsp_misc_data_hob.c
@@ -5,7 +5,6 @@
#include <fsp/amd_misc_data.h>
#include <fsp/amd_misc_data_hob.h>
#include <fsp/util.h>
-#include <string.h>
#include <types.h>
static enum cb_err get_amd_misc_data_hob(const struct amd_misc_data **fsp_misc_data, int min_revision)
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)
diff --git a/src/soc/mediatek/mt8195/pcie.c b/src/soc/mediatek/mt8195/pcie.c
index 7f60d68c29..960d0bb480 100644
--- a/src/soc/mediatek/mt8195/pcie.c
+++ b/src/soc/mediatek/mt8195/pcie.c
@@ -8,7 +8,6 @@
#include <soc/pcie.h>
#include <soc/pcie_common.h>
#include <stdlib.h>
-#include <string.h>
#define PCIE_REG_BASE_PORT0 0x112f0000
#define PCIE_RST_CTRL_REG (PCIE_REG_BASE_PORT0 + 0x148)
diff --git a/src/soc/qualcomm/sc7280/display/edp_aux.c b/src/soc/qualcomm/sc7280/display/edp_aux.c
index a2dda3911e..9d330a61d1 100644
--- a/src/soc/qualcomm/sc7280/display/edp_aux.c
+++ b/src/soc/qualcomm/sc7280/display/edp_aux.c
@@ -5,7 +5,6 @@
#include <edid.h>
#include <timer.h>
#include <types.h>
-#include <string.h>
#include <soc/display/edp_aux.h>
#include <soc/display/edp_reg.h>
diff --git a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c
index 507431740f..5b36c4b996 100644
--- a/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c
+++ b/src/soc/qualcomm/sc7280/display/edp_phy_7nm.c
@@ -6,7 +6,6 @@
#include <soc/clock.h>
#include <soc/display/edp_reg.h>
#include <soc/display/edp_phy.h>
-#include <string.h>
#include <timer.h>
static void edp_phy_ssc_en(bool en)
diff --git a/src/soc/rockchip/rk3288/clock.c b/src/soc/rockchip/rk3288/clock.c
index c3a9ac2a2a..b6960aaae0 100644
--- a/src/soc/rockchip/rk3288/clock.c
+++ b/src/soc/rockchip/rk3288/clock.c
@@ -12,7 +12,6 @@
#include <soc/i2c.h>
#include <soc/soc.h>
#include <stdint.h>
-#include <string.h>
struct pll_div {
u32 nr;
diff --git a/src/soc/rockchip/rk3399/clock.c b/src/soc/rockchip/rk3399/clock.c
index 115d289bcb..0b027edd5c 100644
--- a/src/soc/rockchip/rk3399/clock.c
+++ b/src/soc/rockchip/rk3399/clock.c
@@ -11,7 +11,6 @@
#include <soc/i2c.h>
#include <soc/soc.h>
#include <stdint.h>
-#include <string.h>
struct pll_div {
u32 refdiv;