diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-11 10:15:09 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-13 16:58:15 +0000 |
commit | 419a2a75df59236251cbfd168e007e43f078fdb0 (patch) | |
tree | b4999ce5ab9538f1c9d777553b11e25c688665e6 /src/mainboard/google/cyan | |
parent | 5316abe56cb2bb96fc8cc13eab38dce48f8d2426 (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/cyan')
-rw-r--r-- | src/mainboard/google/cyan/chromeos.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/cyan/spd/spd.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/cyan/variants/celes/spd_util.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/cyan/variants/setzer/spd_util.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/cyan/chromeos.c b/src/mainboard/google/cyan/chromeos.c index a218cc38d7..8afc599d68 100644 --- a/src/mainboard/google/cyan/chromeos.c +++ b/src/mainboard/google/cyan/chromeos.c @@ -4,7 +4,6 @@ #include <boot/coreboot_tables.h> #include <device/mmio.h> #include <gpio.h> -#include <soc/gpio.h> #include <types.h> #include <vendorcode/google/chromeos/chromeos.h> diff --git a/src/mainboard/google/cyan/spd/spd.c b/src/mainboard/google/cyan/spd/spd.c index 169b983e8f..bd08b8257c 100644 --- a/src/mainboard/google/cyan/spd/spd.c +++ b/src/mainboard/google/cyan/spd/spd.c @@ -8,7 +8,6 @@ #include <memory_info.h> #include <smbios.h> #include <spd.h> -#include <soc/gpio.h> #include <soc/romstage.h> #include <string.h> #include <spd_bin.h> diff --git a/src/mainboard/google/cyan/variants/celes/spd_util.c b/src/mainboard/google/cyan/variants/celes/spd_util.c index 2eec2675f8..c918cc7ad2 100644 --- a/src/mainboard/google/cyan/variants/celes/spd_util.c +++ b/src/mainboard/google/cyan/variants/celes/spd_util.c @@ -2,7 +2,6 @@ #include <console/console.h> #include <gpio.h> -#include <soc/gpio.h> #include <mainboard/google/cyan/spd/spd_util.h> /* diff --git a/src/mainboard/google/cyan/variants/setzer/spd_util.c b/src/mainboard/google/cyan/variants/setzer/spd_util.c index bb20141c8a..f5ec218779 100644 --- a/src/mainboard/google/cyan/variants/setzer/spd_util.c +++ b/src/mainboard/google/cyan/variants/setzer/spd_util.c @@ -2,7 +2,6 @@ #include <console/console.h> #include <gpio.h> -#include <soc/gpio.h> #include <mainboard/google/cyan/spd/spd_util.h> /* |