summaryrefslogtreecommitdiff
path: root/src/mainboard/google/cheza
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-06 13:06:54 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-03-07 17:17:12 +0000
commit2d4e836f119e2b7c953e11a941690058e9f33095 (patch)
tree9f638f22eb8d4f231375d91cdecc4b283e62c63b /src/mainboard/google/cheza
parentae546422edf73d47b60a0d3caa88c48024d2e8a9 (diff)
downloadcoreboot-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/google/cheza')
-rw-r--r--src/mainboard/google/cheza/bootblock.c1
-rw-r--r--src/mainboard/google/cheza/mainboard.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/cheza/bootblock.c b/src/mainboard/google/cheza/bootblock.c
index c72856dee6..ad858429c7 100644
--- a/src/mainboard/google/cheza/bootblock.c
+++ b/src/mainboard/google/cheza/bootblock.c
@@ -14,7 +14,6 @@
*/
#include <bootblock_common.h>
-#include <timestamp.h>
#include "board.h"
void bootblock_mainboard_init(void)
diff --git a/src/mainboard/google/cheza/mainboard.c b/src/mainboard/google/cheza/mainboard.c
index fdec3fb50e..cb4f5d061a 100644
--- a/src/mainboard/google/cheza/mainboard.c
+++ b/src/mainboard/google/cheza/mainboard.c
@@ -16,7 +16,6 @@
#include <device/device.h>
#include <bootblock_common.h>
#include <gpio.h>
-#include <timestamp.h>
static void setup_usb(void)
{