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:
parent
0bc35af933
commit
0a793d85f1
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue