aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/eve
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/eve
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/eve')
-rw-r--r--src/mainboard/google/eve/bootblock.c2
-rw-r--r--src/mainboard/google/eve/chromeos.c1
-rw-r--r--src/mainboard/google/eve/spd/spd.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/eve/bootblock.c b/src/mainboard/google/eve/bootblock.c
index 2579c8b63f..96a5a3ca51 100644
--- a/src/mainboard/google/eve/bootblock.c
+++ b/src/mainboard/google/eve/bootblock.c
@@ -3,7 +3,7 @@
#include <bootblock_common.h>
#include <ec/google/chromeec/ec.h>
#include <gpio.h>
-#include <soc/gpio.h>
+
#include "gpio.h"
static void early_config_gpio(void)
diff --git a/src/mainboard/google/eve/chromeos.c b/src/mainboard/google/eve/chromeos.c
index 81fc391d50..dcd9219278 100644
--- a/src/mainboard/google/eve/chromeos.c
+++ b/src/mainboard/google/eve/chromeos.c
@@ -3,7 +3,6 @@
#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <gpio.h>
-#include <soc/gpio.h>
#include <types.h>
#include <vendorcode/google/chromeos/chromeos.h>
diff --git a/src/mainboard/google/eve/spd/spd.c b/src/mainboard/google/eve/spd/spd.c
index e9405f08cb..c053177d55 100644
--- a/src/mainboard/google/eve/spd/spd.c
+++ b/src/mainboard/google/eve/spd/spd.c
@@ -3,7 +3,6 @@
#include <cbfs.h>
#include <console/console.h>
#include <gpio.h>
-#include <soc/gpio.h>
#include <soc/romstage.h>
#include <string.h>