From 9dc149902b07ac3fa0c620098db021bc89109c06 Mon Sep 17 00:00:00 2001 From: Alicja Michalska Date: Sun, 5 Jan 2025 19:59:09 +0100 Subject: [PATCH] mb/erying/tgl: Remove unnecessary include in bootblock Change-Id: I52de6b6ea6eb88ddb96e353161f365cc0fda807c Signed-off-by: Alicja Michalska Reviewed-on: https://review.coreboot.org/c/coreboot/+/85856 Reviewed-by: Nicholas Chin Tested-by: build bot (Jenkins) --- src/mainboard/erying/tgl/bootblock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/erying/tgl/bootblock.c b/src/mainboard/erying/tgl/bootblock.c index 15be8ce2d8..3f51096df6 100644 --- a/src/mainboard/erying/tgl/bootblock.c +++ b/src/mainboard/erying/tgl/bootblock.c @@ -3,7 +3,6 @@ #include #include #include -#include #define GPIO_DEV PNP_DEV(0x2e, IT8613E_GPIO) #define UART_DEV PNP_DEV(0x2e, IT8613E_SP1)