src/soc/intel: Remove unused <delay.h>
Change-Id: Id8e6221a9801d5198171dc9cd564000d19720a42 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60604 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
35eabc7c23
commit
47235990d4
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <cbmem.h>
|
||||
#include <delay.h>
|
||||
#include <intelblocks/crashlog.h>
|
||||
#include <string.h>
|
||||
#include <soc/crashlog.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <console/console.h>
|
||||
#include <cbmem.h>
|
||||
#include <delay.h>
|
||||
#include <intelblocks/crashlog.h>
|
||||
#include <string.h>
|
||||
#include <soc/crashlog.h>
|
||||
|
|
Loading…
Reference in New Issue