HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60611 )
Change subject: src/soc/qualcomm: Remove unused <timer.h> ......................................................................
src/soc/qualcomm: Remove unused <timer.h>
Change-Id: Ibc08ea20263623159c78b634d34899ac7da0d3c6 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/qualcomm/sc7180/clock.c M src/soc/qualcomm/sc7280/clock.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/60611/1
diff --git a/src/soc/qualcomm/sc7180/clock.c b/src/soc/qualcomm/sc7180/clock.c index 5741c54..04e16d3 100644 --- a/src/soc/qualcomm/sc7180/clock.c +++ b/src/soc/qualcomm/sc7180/clock.c @@ -4,7 +4,6 @@ #include <commonlib/helpers.h> #include <device/mmio.h> #include <soc/clock.h> -#include <timer.h> #include <types.h>
static struct clock_freq_config qspi_core_cfg[] = { diff --git a/src/soc/qualcomm/sc7280/clock.c b/src/soc/qualcomm/sc7280/clock.c index ddc8d3d..c8f58c8 100644 --- a/src/soc/qualcomm/sc7280/clock.c +++ b/src/soc/qualcomm/sc7280/clock.c @@ -4,7 +4,6 @@ #include <commonlib/helpers.h> #include <device/mmio.h> #include <soc/clock.h> -#include <timer.h> #include <types.h>
static struct clock_freq_config qspi_core_cfg[] = {