aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/portwell/m107/gpio.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-12 10:52:19 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-18 07:16:44 +0000
commit71a9a7c70f152e054294495a37f2c02b6b77cd84 (patch)
tree48023d29bd4fa26e062e3fa0dd4d6b4d56ef2dbb /src/mainboard/portwell/m107/gpio.c
parent1fb15b0ac56644cfe095ebb94fcddaa2c92bd1c1 (diff)
mb/portwell/m107: Remove direct 'include <soc/gpio.h>'
Don't directly include <soc/gpio.h>. All code using GPIO features should always and only include <gpio.h>, which should indirectly include the SoC-specific <soc/gpio.h>. Change-Id: I78f1e250570f1b395c61115d4a872b24b3d58f69 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41323 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Diffstat (limited to 'src/mainboard/portwell/m107/gpio.c')
-rw-r--r--src/mainboard/portwell/m107/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/portwell/m107/gpio.c b/src/mainboard/portwell/m107/gpio.c
index dc4d3894d3..cb1d2cb86c 100644
--- a/src/mainboard/portwell/m107/gpio.c
+++ b/src/mainboard/portwell/m107/gpio.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <soc/gpio.h>
+#include <gpio.h>
/* South East Community */
static const struct soc_gpio_map gpse_gpio_map[] = {