diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-07-11 09:22:02 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-15 02:26:52 +0000 |
commit | b56224408ef6ff152ba1544ea6c38cad26576c97 (patch) | |
tree | a3c3d7c6a6c7f9322f18726fe40b608c23042494 /src/soc/qualcomm | |
parent | 9fe5dde68d8f07a1f78785f48fc39e6acdc98e6b (diff) |
src: Use '#include <timestamp.h>' when needed
Change-Id: Ic0483982e8115ae99367d08d8ed77b8a316f5405
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34231
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/qcs405/clock.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/qcs405/gpio.c | 1 | ||||
-rw-r--r-- | src/soc/qualcomm/qcs405/soc.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/qualcomm/qcs405/clock.c b/src/soc/qualcomm/qcs405/clock.c index 56824a430a..de42147432 100644 --- a/src/soc/qualcomm/qcs405/clock.c +++ b/src/soc/qualcomm/qcs405/clock.c @@ -16,7 +16,6 @@ #include <device/mmio.h> #include <types.h> #include <delay.h> -#include <timestamp.h> #include <commonlib/helpers.h> #include <string.h> #include <soc/clock.h> diff --git a/src/soc/qualcomm/qcs405/gpio.c b/src/soc/qualcomm/qcs405/gpio.c index 7b2238d77f..fc58fae7ff 100644 --- a/src/soc/qualcomm/qcs405/gpio.c +++ b/src/soc/qualcomm/qcs405/gpio.c @@ -16,7 +16,6 @@ #include <device/mmio.h> #include <types.h> #include <delay.h> -#include <timestamp.h> #include <gpio.h> void gpio_configure(gpio_t gpio, uint32_t func, uint32_t pull, diff --git a/src/soc/qualcomm/qcs405/soc.c b/src/soc/qualcomm/qcs405/soc.c index b3bfb9918a..6735308143 100644 --- a/src/soc/qualcomm/qcs405/soc.c +++ b/src/soc/qualcomm/qcs405/soc.c @@ -15,7 +15,6 @@ #include <symbols.h> #include <device/device.h> -#include <timestamp.h> #include <soc/mmu.h> #include <soc/symbols.h> |