diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-07 11:56:23 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-08 15:41:40 +0000 |
commit | 07498031bea64faa0155c5b637b01b713c91d1c5 (patch) | |
tree | b6e599e21ec9f15ebd856bc9d8b6d69d7769b081 /src/mainboard/google/guybrush/variants/dewatt | |
parent | 23bce8b09f8c692286a7de0036f114695d18dd30 (diff) |
mb/google/guybrush: Remove duplicated include
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I19cd9360a2571e8b88b1ed1005ce8564bdacb297
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65698
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/guybrush/variants/dewatt')
-rw-r--r-- | src/mainboard/google/guybrush/variants/dewatt/gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/variants/dewatt/gpio.c b/src/mainboard/google/guybrush/variants/dewatt/gpio.c index 1d796c51e8..10486351a9 100644 --- a/src/mainboard/google/guybrush/variants/dewatt/gpio.c +++ b/src/mainboard/google/guybrush/variants/dewatt/gpio.c @@ -4,7 +4,6 @@ #include <baseboard/variants.h> #include <gpio.h> #include <soc/gpio.h> -#include <baseboard/variants.h> /* This table is used by guybrush variant */ static const struct soc_amd_gpio override_ramstage_gpio_table[] = { |