Joel Kitching has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39024 )
Change subject: vboot: remove rogue vboot_struct.h include ......................................................................
vboot: remove rogue vboot_struct.h include
As part of vboot1 deprecation, remove an unused vboot_struct.h include. coreboot is now free of vboot1 data structure use. One vboot_api.h include remains as part of security/vboot/ec_sync.c.
BUG=b:124141368 TEST=make clean && make test-abuild BRANCH=none
Change-Id: I042d692aa252f8f859d4005455eb6a2eabc24a87 Signed-off-by: Joel Kitching kitching@google.com --- M src/vendorcode/google/chromeos/gnvs.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/39024/1
diff --git a/src/vendorcode/google/chromeos/gnvs.c b/src/vendorcode/google/chromeos/gnvs.c index 8115455..04680c0 100644 --- a/src/vendorcode/google/chromeos/gnvs.c +++ b/src/vendorcode/google/chromeos/gnvs.c @@ -22,7 +22,6 @@ #include <fmap.h> #include <security/vboot/vbnv.h> #include <security/vboot/vboot_common.h> -#include <vboot_struct.h>
#include "chromeos.h" #include "gnvs.h"