summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2020-09-24 17:07:59 +0800
committerCommit Bot <commit-bot@chromium.org>2020-10-05 10:42:10 +0000
commit9c9f616ec70672590477fcd2f23fb050dfa8eb48 (patch)
tree20fbd730a292c3eb0d09a9dec613b114094a73a9
parent4c523ed10f25de872ac0513ebd6ca53d3970b9de (diff)
downloadvboot-9c9f616ec70672590477fcd2f23fb050dfa8eb48.tar.gz
vboot/ui: stop including 2secdata.h in 2ui.c
Header not needed. BUG=b:146399181 TEST=make clean && make runtests BRANCH=none Signed-off-by: Joel Kitching <kitching@google.com> Change-Id: I84585909db16ce71cf4ba1beba1f6924c9e71457 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2428201 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-by: Hsuan Ting Chen <roccochen@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org>
-rw-r--r--firmware/2lib/2ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/2lib/2ui.c b/firmware/2lib/2ui.c
index 07254c69..44edc4a8 100644
--- a/firmware/2lib/2ui.c
+++ b/firmware/2lib/2ui.c
@@ -10,7 +10,6 @@
#include "2misc.h"
#include "2nvstorage.h"
#include "2return_codes.h"
-#include "2secdata.h"
#include "2ui.h"
#include "2ui_private.h"
#include "vboot_api.h" /* For VB_SHUTDOWN_REQUEST_POWER_BUTTON */