src: Remove unuse '<timestamp.h>
Change-Id: I4fa03c4576bb0256b73f1d36ca840e120b750a74 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44099 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
c06f4f88a4
commit
0c1d2eba0d
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <bootblock_common.h>
|
||||
#include <halt.h>
|
||||
#include <timestamp.h>
|
||||
#include <amdblocks/amd_pci_mmconf.h>
|
||||
#include <amdblocks/biosram.h>
|
||||
#include <arch/bootblock.h>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include <soc/i2c.h>
|
||||
#include <soc/southbridge.h>
|
||||
#include <stdint.h>
|
||||
#include <timestamp.h>
|
||||
|
||||
static void i2c3_set_bar(void *bar)
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <cbfs.h>
|
||||
#include <console/console.h>
|
||||
#include <timestamp.h>
|
||||
#include <soc/mmu.h>
|
||||
#include <soc/aop.h>
|
||||
#include <soc/clock.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include <assert.h>
|
||||
#include <delay.h>
|
||||
#include <device/mmio.h>
|
||||
#include <timestamp.h>
|
||||
#include <types.h>
|
||||
|
||||
#include <gpio.h>
|
||||
|
|
Loading…
Reference in New Issue