From 1fb15b0ac56644cfe095ebb94fcddaa2c92bd1c1 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 12 May 2020 10:50:46 +0200 Subject: mb/facebook/fbg1701: 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: Id2663398b9f069ab1f60d63016ea7aa080f66d20 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41321 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks Reviewed-by: Wim Vervoorn --- src/mainboard/facebook/fbg1701/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/facebook/fbg1701/gpio.c b/src/mainboard/facebook/fbg1701/gpio.c index dc4d3894d3..cb1d2cb86c 100644 --- a/src/mainboard/facebook/fbg1701/gpio.c +++ b/src/mainboard/facebook/fbg1701/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