summaryrefslogtreecommitdiff
path: root/host/arch/mips
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-10-07 17:05:13 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-06 21:19:43 +0000
commitb85ce0705d92d693fff590a9d5efd4af118d54e4 (patch)
treeb6e3e51816c911332cb5af5ad4032d77a3a732f3 /host/arch/mips
parent09f6670674639ef81eb695802a347b8be2dac20a (diff)
downloadvboot-b85ce0705d92d693fff590a9d5efd4af118d54e4.tar.gz
vboot: remove unnecessary vboot_common.h includes
BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: I7daf97a88c71ff188c5812a30ca71d6c84823ae9 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1844595 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'host/arch/mips')
-rw-r--r--host/arch/mips/lib/crossystem_arch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/arch/mips/lib/crossystem_arch.c b/host/arch/mips/lib/crossystem_arch.c
index ed4fb064..ab7d0a49 100644
--- a/host/arch/mips/lib/crossystem_arch.c
+++ b/host/arch/mips/lib/crossystem_arch.c
@@ -8,7 +8,6 @@
#include "crossystem_arch.h"
#include "crossystem.h"
#include "host_common.h"
-#include "vboot_common.h"
/* TODO: Currently these are stub implementations providing reasonable defaults
* wherever possible. They will need real implementation as part of of MIPS