Randall Spangler has uploaded this change for review. ( https://review.coreboot.org/22733
Change subject: security/vboot: Remove unused include of vboot_nvstorage.h ......................................................................
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 --- M src/security/vboot/vbnv_flash.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/22733/1
diff --git a/src/security/vboot/vbnv_flash.c b/src/security/vboot/vbnv_flash.c index 07569fa..85cd04a 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>