diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-10-21 22:10:21 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-22 20:10:58 +0000 |
commit | 0a793d85f1f39c819aaccf90ed7178bd394f1cd0 (patch) | |
tree | 8aff0f6368c1b8e0154d3af1d81ec849c873742e /src/mainboard/lenovo | |
parent | 0bc35af93326ec3232ec73c9b1334241b85f0252 (diff) |
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>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t410/early_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t410/early_init.c b/src/mainboard/lenovo/t410/early_init.c index 63bbe92f1b..ba222f60d3 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. */ |