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/prodrive | |
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/prodrive')
-rw-r--r-- | src/mainboard/prodrive/hermes/bootblock.c | 1 | ||||
-rw-r--r-- | src/mainboard/prodrive/hermes/mainboard.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/prodrive/hermes/bootblock.c b/src/mainboard/prodrive/hermes/bootblock.c index 9db1fa8306..8f2687f217 100644 --- a/src/mainboard/prodrive/hermes/bootblock.c +++ b/src/mainboard/prodrive/hermes/bootblock.c @@ -3,7 +3,6 @@ #include <bootblock_common.h> #include <console/console.h> #include <gpio.h> -#include <soc/gpio.h> #include "gpio.h" diff --git a/src/mainboard/prodrive/hermes/mainboard.c b/src/mainboard/prodrive/hermes/mainboard.c index 88cb597b87..0b0eb88ff6 100644 --- a/src/mainboard/prodrive/hermes/mainboard.c +++ b/src/mainboard/prodrive/hermes/mainboard.c @@ -14,7 +14,6 @@ #include <intelblocks/gpio.h> #include <intelblocks/pmclib.h> #include <smbios.h> -#include <soc/gpio.h> #include <soc/pm.h> #include <string.h> #include <types.h> |