summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 08:43:35 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-05 17:39:27 +0000
commit056b2501e2706f38ed68ec0071e146b230426737 (patch)
tree835bf103e4b7d8748d1f9cbad140f56718a3b245
parent9e95f6e0bcb85c7a4714db58548846d2453787f4 (diff)
downloadcoreboot-056b2501e2706f38ed68ec0071e146b230426737.tar.gz
coreboot-056b2501e2706f38ed68ec0071e146b230426737.tar.bz2
coreboot-056b2501e2706f38ed68ec0071e146b230426737.zip
soc/mediatek: Remove unused <string.h>
Change-Id: I8f88541dce457e978a2cbea036d4f6eae387963f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60559 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
-rw-r--r--src/soc/mediatek/mt8186/spm.c1
-rw-r--r--src/soc/mediatek/mt8192/spm.c1
-rw-r--r--src/soc/mediatek/mt8195/dp_intf.c1
-rw-r--r--src/soc/mediatek/mt8195/dptx_hal.c1
-rw-r--r--src/soc/mediatek/mt8195/mt6360.c1
-rw-r--r--src/soc/mediatek/mt8195/spm.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/mediatek/mt8186/spm.c b/src/soc/mediatek/mt8186/spm.c
index bc263eb1e3b1..a1186ca47795 100644
--- a/src/soc/mediatek/mt8186/spm.c
+++ b/src/soc/mediatek/mt8186/spm.c
@@ -12,7 +12,6 @@
#include <soc/spm.h>
#include <soc/spm_common.h>
#include <soc/symbols.h>
-#include <string.h>
#include <timer.h>
#define SPM_SYSTEM_BASE_OFFSET 0x40000000
diff --git a/src/soc/mediatek/mt8192/spm.c b/src/soc/mediatek/mt8192/spm.c
index 3a444dfcf3b0..f98f5fce3578 100644
--- a/src/soc/mediatek/mt8192/spm.c
+++ b/src/soc/mediatek/mt8192/spm.c
@@ -8,7 +8,6 @@
#include <soc/spm.h>
#include <soc/spm_common.h>
#include <soc/symbols.h>
-#include <string.h>
#include <timer.h>
#define SPM_SYSTEM_BASE_OFFSET 0x40000000
diff --git a/src/soc/mediatek/mt8195/dp_intf.c b/src/soc/mediatek/mt8195/dp_intf.c
index 668376739d3a..7c9e2047b08d 100644
--- a/src/soc/mediatek/mt8195/dp_intf.c
+++ b/src/soc/mediatek/mt8195/dp_intf.c
@@ -10,7 +10,6 @@
#include <soc/pll.h>
#include <soc/pll_common.h>
#include <soc/spm.h>
-#include <string.h>
#include <timer.h>
static void mtk_dpintf_mask(struct mtk_dpintf *dpintf, u32 offset, u32 val, u32 mask)
diff --git a/src/soc/mediatek/mt8195/dptx_hal.c b/src/soc/mediatek/mt8195/dptx_hal.c
index cc96cc85c3d6..ad68260ef1b6 100644
--- a/src/soc/mediatek/mt8195/dptx_hal.c
+++ b/src/soc/mediatek/mt8195/dptx_hal.c
@@ -7,7 +7,6 @@
#include <soc/dptx.h>
#include <soc/dptx_hal.h>
#include <soc/dptx_reg.h>
-#include <string.h>
#include <timer.h>
#include <types.h>
diff --git a/src/soc/mediatek/mt8195/mt6360.c b/src/soc/mediatek/mt8195/mt6360.c
index 142e244e74e9..729478e521d9 100644
--- a/src/soc/mediatek/mt8195/mt6360.c
+++ b/src/soc/mediatek/mt8195/mt6360.c
@@ -4,7 +4,6 @@
#include <device/i2c_simple.h>
#include <soc/mt6360.h>
#include <stdbool.h>
-#include <string.h>
static struct mt6360_i2c_data i2c_data[] = {
[MT6360_INDEX_LDO] = {
diff --git a/src/soc/mediatek/mt8195/spm.c b/src/soc/mediatek/mt8195/spm.c
index 018063ce734a..52b0fd38f265 100644
--- a/src/soc/mediatek/mt8195/spm.c
+++ b/src/soc/mediatek/mt8195/spm.c
@@ -8,7 +8,6 @@
#include <soc/spm.h>
#include <soc/spm_common.h>
#include <soc/symbols.h>
-#include <string.h>
#include <timer.h>
#define SPM_SYSTEM_BASE_OFFSET 0x40000000