diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-14 13:31:42 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-17 13:40:55 +0000 |
commit | c35f2819348501579a32e870e21f5f1b062d26e8 (patch) | |
tree | 4a37ca4c19f0df2728c605c6c0dd86468383d959 /src/mainboard/prodrive/atlas | |
parent | f4c97ea131944c7be940b35361407e4b63a14faf (diff) |
mb/*/*/gpio.h: Remove unused <soc/gpe.h>
Change-Id: I9b03ccc1100307e3c24393903600d18f6cc9abdc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68378
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Diffstat (limited to 'src/mainboard/prodrive/atlas')
-rw-r--r-- | src/mainboard/prodrive/atlas/gpio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/atlas/gpio.h b/src/mainboard/prodrive/atlas/gpio.h index 8244206adf..d115998944 100644 --- a/src/mainboard/prodrive/atlas/gpio.h +++ b/src/mainboard/prodrive/atlas/gpio.h @@ -3,7 +3,6 @@ #ifndef __BASEBOARD_GPIO_H__ #define __BASEBOARD_GPIO_H__ -#include <soc/gpe.h> #include <soc/gpio.h> void configure_gpio_pads(void); |