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/siemens | |
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/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_ehl/variants/mc_ehl2/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/siemens/mc_ehl/variants/mc_ehl3/mainboard.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/mainboard.c b/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/mainboard.c index 339516057a..1121399754 100644 --- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/mainboard.c +++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl2/mainboard.c @@ -5,7 +5,6 @@ #include <device/pci_ids.h> #include <gpio.h> #include <intelblocks/pcr.h> -#include <soc/gpio.h> #include <soc/pci_devs.h> #include <soc/pcr_ids.h> diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl3/mainboard.c b/src/mainboard/siemens/mc_ehl/variants/mc_ehl3/mainboard.c index 37eb7aecf3..e25934848b 100644 --- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl3/mainboard.c +++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl3/mainboard.c @@ -4,7 +4,6 @@ #include <bootstate.h> #include <device/pci_ops.h> #include <gpio.h> -#include <soc/gpio.h> #include <soc/pci_devs.h> #define HOSTCTRL2 0x3E |