diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-06 13:06:54 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-07 17:17:12 +0000 |
commit | 2d4e836f119e2b7c953e11a941690058e9f33095 (patch) | |
tree | 9f638f22eb8d4f231375d91cdecc4b283e62c63b /src/mainboard/lenovo/x220 | |
parent | ae546422edf73d47b60a0d3caa88c48024d2e8a9 (diff) | |
download | coreboot-2d4e836f119e2b7c953e11a941690058e9f33095.tar.xz |
src: Drop unused include <timestamp.h>
Change-Id: I7e181111cd1b837382929071a350b94c3afc1aaa
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31784
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/lenovo/x220')
-rw-r--r-- | src/mainboard/lenovo/x220/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x220/romstage.c b/src/mainboard/lenovo/x220/romstage.c index d50c7cd608..38ede4bfff 100644 --- a/src/mainboard/lenovo/x220/romstage.c +++ b/src/mainboard/lenovo/x220/romstage.c @@ -17,7 +17,6 @@ #include <stdint.h> #include <string.h> -#include <timestamp.h> #include <arch/byteorder.h> #include <device/pci_ops.h> #include <device/pci_def.h> |