summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/reef
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/reef
parent5316abe56cb2bb96fc8cc13eab38dce48f8d2426 (diff)
downloadcoreboot-419a2a75df59236251cbfd168e007e43f078fdb0.tar.gz
coreboot-419a2a75df59236251cbfd168e007e43f078fdb0.tar.bz2
coreboot-419a2a75df59236251cbfd168e007e43f078fdb0.zip
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/reef')
-rw-r--r--src/mainboard/google/reef/chromeos.c1
-rw-r--r--src/mainboard/google/reef/mainboard.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/reef/chromeos.c b/src/mainboard/google/reef/chromeos.c
index ca3de03dc8f6..3f1e4af00b0f 100644
--- a/src/mainboard/google/reef/chromeos.c
+++ b/src/mainboard/google/reef/chromeos.c
@@ -4,7 +4,6 @@
#include <boot/coreboot_tables.h>
#include <gpio.h>
#include <types.h>
-#include <soc/gpio.h>
#include <variant/gpio.h>
void fill_lb_gpios(struct lb_gpios *gpios)
diff --git a/src/mainboard/google/reef/mainboard.c b/src/mainboard/google/reef/mainboard.c
index 8cae9592d707..ff3bb36e09c2 100644
--- a/src/mainboard/google/reef/mainboard.c
+++ b/src/mainboard/google/reef/mainboard.c
@@ -9,7 +9,6 @@
#include <gpio.h>
#include <nhlt.h>
#include <smbios.h>
-#include <soc/gpio.h>
#include <soc/nhlt.h>
#include <string.h>
#include <variant/ec.h>