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>
This commit is contained in:
Peter Lemenkov 2019-10-21 22:10:21 +02:00 committed by Patrick Georgi
parent 0bc35af933
commit 0a793d85f1
1 changed files with 1 additions and 2 deletions

View File

@ -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. */