diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-23 11:18:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:41:25 +0000 |
commit | 48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1 (patch) | |
tree | 507f4cf6c52e42a7a4bdcd79a925fbcf9ed42ce1 /src/mainboard/google | |
parent | a3b02e2818bedf39f4f84388f6d52dcf3ee299cc (diff) | |
download | coreboot-48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1.tar.xz |
src: Remove duplicated includes
Change-Id: If8c7e26ebd954b19bfb8766b26570c6865ad255e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41676
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/fizz/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/fizz/mainboard.c b/src/mainboard/google/fizz/mainboard.c index c86be82c68..7b8905888a 100644 --- a/src/mainboard/google/fizz/mainboard.c +++ b/src/mainboard/google/fizz/mainboard.c @@ -10,7 +10,6 @@ #include <ec/google/chromeec/ec.h> #include <gpio.h> #include <intelblocks/power_limit.h> -#include <variant/gpio.h> #include <smbios.h> #include <soc/gpio.h> #include <soc/pci_devs.h> |