aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 13:15:38 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 10:50:23 +0000
commit804bb522a3f9e4b02fc6757c5df6187ce5ae9bd5 (patch)
tree699a14e07d8cdd90354b6126ecdb7777a659f608 /src/soc
parent7cb4cb64bade1dcb4e84ee2879d59c0c04f3e19b (diff)
soc/mediatek: Remove unused <console/console.h>
Change-Id: If025d4c0b2ba9868d8df699fcddfcec349cdc0ea Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50529 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/mediatek/mt8192/devapc.c1
-rw-r--r--src/soc/mediatek/mt8192/dpm.c1
-rw-r--r--src/soc/mediatek/mt8192/sspm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/mediatek/mt8192/devapc.c b/src/soc/mediatek/mt8192/devapc.c
index 77d5fc5fff..d297d523b1 100644
--- a/src/soc/mediatek/mt8192/devapc.c
+++ b/src/soc/mediatek/mt8192/devapc.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <soc/devapc.h>
static void *getreg(uintptr_t base, unsigned int offset)
diff --git a/src/soc/mediatek/mt8192/dpm.c b/src/soc/mediatek/mt8192/dpm.c
index 7acdf68feb..991441e74c 100644
--- a/src/soc/mediatek/mt8192/dpm.c
+++ b/src/soc/mediatek/mt8192/dpm.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <device/mmio.h>
#include <soc/dpm.h>
#include <soc/mcu_common.h>
diff --git a/src/soc/mediatek/mt8192/sspm.c b/src/soc/mediatek/mt8192/sspm.c
index b36e0df6f9..cce08c2e2a 100644
--- a/src/soc/mediatek/mt8192/sspm.c
+++ b/src/soc/mediatek/mt8192/sspm.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <device/mmio.h>
#include <soc/mcu_common.h>
#include <soc/sspm.h>