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>
This commit is contained in:
Randall Spangler 2017-11-28 14:24:27 -08:00 committed by Julius Werner
parent 4177679a84
commit 8fdbd114ec
1 changed files with 0 additions and 1 deletions

View File

@ -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>