aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:42:30 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 19:24:44 +0000
commitfd9f697e518150f85e3a17f58deffe8a9a8dcbad (patch)
treeea023fdff64752da0a34bb251f8222c06f218753 /src/soc/mediatek
parent31402178c56108e752b95c34562b6e3554a2c1d8 (diff)
tree: Drop unused <stdlib.h>
Change-Id: Ie7e36cfa5a09d94bb58f12f9bd262255a630424c Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81819 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/mediatek')
-rw-r--r--src/soc/mediatek/common/early_init.c1
-rw-r--r--src/soc/mediatek/mt8195/pcie.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/mediatek/common/early_init.c b/src/soc/mediatek/common/early_init.c
index 55ba447ce0..0587802681 100644
--- a/src/soc/mediatek/common/early_init.c
+++ b/src/soc/mediatek/common/early_init.c
@@ -2,7 +2,6 @@
#include <assert.h>
#include <soc/early_init.h>
-#include <stdlib.h>
#include <string.h>
static struct early_init_data *find_early_init(void)
diff --git a/src/soc/mediatek/mt8195/pcie.c b/src/soc/mediatek/mt8195/pcie.c
index 960d0bb480..eb7ad8725e 100644
--- a/src/soc/mediatek/mt8195/pcie.c
+++ b/src/soc/mediatek/mt8195/pcie.c
@@ -7,7 +7,6 @@
#include <soc/early_init.h>
#include <soc/pcie.h>
#include <soc/pcie_common.h>
-#include <stdlib.h>
#define PCIE_REG_BASE_PORT0 0x112f0000
#define PCIE_RST_CTRL_REG (PCIE_REG_BASE_PORT0 + 0x148)