diff options
-rw-r--r-- | src/drivers/amd/agesa/bootblock.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/psp_verstage/fch.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7180/aop_load_reset.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/sc7180/gpio.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/amd/agesa/bootblock.c b/src/drivers/amd/agesa/bootblock.c index 4ef3f40208..df9876a84a 100644 --- a/src/drivers/amd/agesa/bootblock.c +++ b/src/drivers/amd/agesa/bootblock.c @@ -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> diff --git a/src/soc/amd/picasso/psp_verstage/fch.c b/src/soc/amd/picasso/psp_verstage/fch.c index 50960881d5..63caa2fb6d 100644 --- a/src/soc/amd/picasso/psp_verstage/fch.c +++ b/src/soc/amd/picasso/psp_verstage/fch.c @@ -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) { diff --git a/src/soc/qualcomm/sc7180/aop_load_reset.c b/src/soc/qualcomm/sc7180/aop_load_reset.c index b88a097389..eb90f86383 100644 --- a/src/soc/qualcomm/sc7180/aop_load_reset.c +++ b/src/soc/qualcomm/sc7180/aop_load_reset.c @@ -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> diff --git a/src/soc/qualcomm/sc7180/gpio.c b/src/soc/qualcomm/sc7180/gpio.c index 51d9135ffd..a74a799508 100644 --- a/src/soc/qualcomm/sc7180/gpio.c +++ b/src/soc/qualcomm/sc7180/gpio.c @@ -3,7 +3,6 @@ #include <assert.h> #include <delay.h> #include <device/mmio.h> -#include <timestamp.h> #include <types.h> #include <gpio.h> |