Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50249 )
Change subject: coreboot_table: Drop <vboot/misc.h> include ......................................................................
coreboot_table: Drop <vboot/misc.h> include
Could have been removed with commit 63b9700b2c already.
Change-Id: Ie1083bce1794613c7dc683ae533e42fb5af39adf Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/lib/coreboot_table.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/50249/1
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index e00c2a4..86e0606 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -20,7 +20,6 @@ #include <bootmem.h> #include <bootsplash.h> #include <spi_flash.h> -#include <security/vboot/misc.h> #include <security/vboot/vbnv_layout.h> #include <smmstore.h>