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:
Elyes HAOUAS 2020-08-02 08:49:26 +02:00 committed by Patrick Georgi
parent c06f4f88a4
commit 0c1d2eba0d
4 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@
#include <bootblock_common.h> #include <bootblock_common.h>
#include <halt.h> #include <halt.h>
#include <timestamp.h>
#include <amdblocks/amd_pci_mmconf.h> #include <amdblocks/amd_pci_mmconf.h>
#include <amdblocks/biosram.h> #include <amdblocks/biosram.h>
#include <arch/bootblock.h> #include <arch/bootblock.h>

View File

@ -15,7 +15,6 @@
#include <soc/i2c.h> #include <soc/i2c.h>
#include <soc/southbridge.h> #include <soc/southbridge.h>
#include <stdint.h> #include <stdint.h>
#include <timestamp.h>
static void i2c3_set_bar(void *bar) static void i2c3_set_bar(void *bar)
{ {

View File

@ -2,7 +2,6 @@
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>
#include <timestamp.h>
#include <soc/mmu.h> #include <soc/mmu.h>
#include <soc/aop.h> #include <soc/aop.h>
#include <soc/clock.h> #include <soc/clock.h>

View File

@ -3,7 +3,6 @@
#include <assert.h> #include <assert.h>
#include <delay.h> #include <delay.h>
#include <device/mmio.h> #include <device/mmio.h>
#include <timestamp.h>
#include <types.h> #include <types.h>
#include <gpio.h> #include <gpio.h>