aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/gale/blsp.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-11 10:15:09 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-01-13 16:58:15 +0000
commit419a2a75df59236251cbfd168e007e43f078fdb0 (patch)
treeb4999ce5ab9538f1c9d777553b11e25c688665e6 /src/mainboard/google/gale/blsp.c
parent5316abe56cb2bb96fc8cc13eab38dce48f8d2426 (diff)
mainboard: Remove duplicated <soc/gpio.h>
<gpio.h> chain-include <soc/gpio.h>. Change-Id: Ia57d5cd33c70b6a755babd4db56c64c0e3666f9f Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71817 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/gale/blsp.c')
-rw-r--r--src/mainboard/google/gale/blsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/gale/blsp.c b/src/mainboard/google/gale/blsp.c
index 040b662f24..8b76c3b4b1 100644
--- a/src/mainboard/google/gale/blsp.c
+++ b/src/mainboard/google/gale/blsp.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: BSD-3-Clause */
#include <gpio.h>
-#include <soc/gpio.h>
#include <soc/blsp.h>
#include <soc/qup.h>