diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 08:43:35 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-05 17:39:27 +0000 |
commit | 056b2501e2706f38ed68ec0071e146b230426737 (patch) | |
tree | 835bf103e4b7d8748d1f9cbad140f56718a3b245 /src/soc/mediatek | |
parent | 9e95f6e0bcb85c7a4714db58548846d2453787f4 (diff) |
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>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r-- | src/soc/mediatek/mt8186/spm.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8192/spm.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8195/dp_intf.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8195/dptx_hal.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8195/mt6360.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8195/spm.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/mediatek/mt8186/spm.c b/src/soc/mediatek/mt8186/spm.c index bc263eb1e3..a1186ca477 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 3a444dfcf3..f98f5fce35 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 668376739d..7c9e2047b0 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 cc96cc85c3..ad68260ef1 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 142e244e74..729478e521 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 018063ce73..52b0fd38f2 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 |