aboutsummaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2017-11-28 14:24:27 -0800
committerJulius Werner <jwerner@chromium.org>2017-12-07 01:20:51 +0000
commit8fdbd114ec528ac414b49393f6e856cee4056d87 (patch)
treec336e98d9bf78a760b2a571d7bda554a2871d712 /src/security
parent4177679a84786de8cd91d9dab654182e47cecc2c (diff)
security/vboot: Remove unused include of vboot_nvstorage.h
This include is not needed, and the header file is going away in vboot_reference. So, remove it. BUG=chromium:789276 BRANCH=none TEST=emerge-reef coreboot Change-Id: Ie0b37ae3d2f979f79060a15ca3f7157f49c89785 Signed-off-by: Randall Spangler <rspangler@chromium.org> Signed-off-by: Randall Spangler <randall@spanglers.com> Reviewed-on: https://review.coreboot.org/22733 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/vboot/vbnv_flash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/vbnv_flash.c b/src/security/vboot/vbnv_flash.c
index 07569fa48d..85cd04a8e5 100644
--- a/src/security/vboot/vbnv_flash.c
+++ b/src/security/vboot/vbnv_flash.c
@@ -19,7 +19,6 @@
#include <console/console.h>
#include <string.h>
#include <vb2_api.h>
-#include <vboot_nvstorage.h>
#include <security/vboot/vboot_common.h>
#include <security/vboot/vbnv.h>
#include <security/vboot/vbnv_layout.h>