summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/mt8183.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-11 09:46:57 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-01-13 16:51:36 +0000
commit5316abe56cb2bb96fc8cc13eab38dce48f8d2426 (patch)
tree0a96d175862227e411568d82a2f9bfaf5a066960 /src/soc/mediatek/mt8183/mt8183.c
parent4d616e372f9da77dd47d642ff5fad71748d3005c (diff)
soc/mediatek: Include <gpio.h> instead of <soc/gpio.h>
<gpio.h> chain-include <soc/gpio.h>. Change-Id: If2af7f77e2d910a3f3470d15dbfc98775a2633b6 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71813 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8183/mt8183.c')
-rw-r--r--src/soc/mediatek/mt8183/mt8183.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8183/mt8183.c b/src/soc/mediatek/mt8183/mt8183.c
index 1c34246f2f..ca47e4993d 100644
--- a/src/soc/mediatek/mt8183/mt8183.c
+++ b/src/soc/mediatek/mt8183/mt8183.c
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <gpio.h>
#include <soc/mt8183.h>
#include <soc/wdt.h>
-#include <soc/gpio.h>
void mt8183_early_init(void)
{