Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85856?usp=email )
Change subject: mb/erying/tgl: Remove unnecessary include in bootblock ......................................................................
mb/erying/tgl: Remove unnecessary include in bootblock
Change-Id: I52de6b6ea6eb88ddb96e353161f365cc0fda807c Signed-off-by: Alicja Michalska alicja.michalska@9elements.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85856 Reviewed-by: Nicholas Chin nic.c3.14@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/erying/tgl/bootblock.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nicholas Chin: Looks good to me, approved
diff --git a/src/mainboard/erying/tgl/bootblock.c b/src/mainboard/erying/tgl/bootblock.c index 15be8ce..3f51096 100644 --- a/src/mainboard/erying/tgl/bootblock.c +++ b/src/mainboard/erying/tgl/bootblock.c @@ -3,7 +3,6 @@ #include <bootblock_common.h> #include <superio/ite/common/ite.h> #include <superio/ite/it8613e/it8613e.h> -#include <gpio.h>
#define GPIO_DEV PNP_DEV(0x2e, IT8613E_GPIO) #define UART_DEV PNP_DEV(0x2e, IT8613E_SP1)