src: Fix remaining #include <timer.h>
Follow-up to add76f91d5
(src: Use #include <timer.h> when appropriate).
Change-Id: I7813daa0b73039ec76d33a16ce3ae0ce6cc7f2cc
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32232
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
d727fb5035
commit
baa070a81f
|
@ -53,6 +53,7 @@
|
|||
#include "compat/rtas.h"
|
||||
|
||||
#if CONFIG(X86EMU_DEBUG_TIMINGS)
|
||||
#include <timer.h>
|
||||
struct mono_time zero;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <bootstate.h>
|
||||
#include <timer.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#if CONFIG(COOP_MULTITASKING) && !defined(__SMM__) && !defined(__PRE_RAM__)
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <types.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <timer.h>
|
||||
#include <timestamp.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <types.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <timer.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
#include <gpio.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <delay.h>
|
||||
#include <soc/usb.h>
|
||||
#include <soc/clock.h>
|
||||
#include <timer.h>
|
||||
|
||||
/* USB BASE ADDRESS */
|
||||
#define USB_HOST0_DWC3_BASE 0x758C100
|
||||
|
|
Loading…
Reference in New Issue