From 71a9a7c70f152e054294495a37f2c02b6b77cd84 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 12 May 2020 10:52:19 +0200 Subject: mb/portwell/m107: Remove direct 'include ' Don't directly include . All code using GPIO features should always and only include , which should indirectly include the SoC-specific . Change-Id: I78f1e250570f1b395c61115d4a872b24b3d58f69 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41323 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks Reviewed-by: Wim Vervoorn --- src/mainboard/portwell/m107/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') 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 +#include /* South East Community */ static const struct soc_gpio_map gpse_gpio_map[] = { -- cgit v1.2.3