aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-06-04 11:16:39 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-06-04 21:15:54 +0000
commit6b965bb4c69e784af4e24be3ccf57007a03b8ae2 (patch)
treef5a02cfcd6431be93b676bcd26e1f614558dd9a6
parent96084d59570adabcf120c4ec28ea02cceec33e49 (diff)
soc/mediatek/common: Prefer include <soc/gpio.h> via <gpio.h>
Change-Id: I50e874790dedcb6bf3b3ac8368821f22611aa3b7 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82894 Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/mediatek/common/tps65132s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/tps65132s.c b/src/soc/mediatek/common/tps65132s.c
index 5a29035123..f93809a96b 100644
--- a/src/soc/mediatek/common/tps65132s.c
+++ b/src/soc/mediatek/common/tps65132s.c
@@ -3,7 +3,7 @@
#include <console/console.h>
#include <delay.h>
#include <device/i2c_simple.h>
-#include <soc/gpio.h>
+#include <gpio.h>
#include <soc/i2c.h>
#include <soc/tps65132s.h>