Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36214 )
Change subject: mb/lenovo/t410/early_init: Remove unused include delay.h ......................................................................
mb/lenovo/t410/early_init: Remove unused include delay.h
Change-Id: I22b78a976c6ea43caa326e990a3c3333fef99d61 Signed-off-by: Peter Lemenkov lemenkov@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/36214 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/lenovo/t410/early_init.c 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved
diff --git a/src/mainboard/lenovo/t410/early_init.c b/src/mainboard/lenovo/t410/early_init.c index 63bbe92..ba222f6 100644 --- a/src/mainboard/lenovo/t410/early_init.c +++ b/src/mainboard/lenovo/t410/early_init.c @@ -15,9 +15,8 @@ */
#include <bootblock_common.h> -#include <delay.h> - #include <ec/acpi/ec.h> + void bootblock_mainboard_early_init(void) { /* Enable USB Power. We need to do it early for usbdebug to work. */