diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-02 08:49:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-18 12:18:04 +0000 |
commit | 0c1d2eba0da550ec751a66bacc10acf6c4865442 (patch) | |
tree | 328e1180874515bfcc213884f0df3251b6d41329 /src/soc/amd/picasso | |
parent | c06f4f88a41324e3f103e93409045a981c6f5ad6 (diff) |
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>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/psp_verstage/fch.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |