sbkeysync: don't include efi.h
It causes the ARM build to crash (because of directives) and it's unnecessary in this file. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
3b4e9bb901
commit
5f7f8f3ded
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@
|
|||
|
||||
#include <getopt.h>
|
||||
|
||||
#include <efi.h>
|
||||
|
||||
#include <ccan/list/list.h>
|
||||
#include <ccan/array_size/array_size.h>
|
||||
#include <ccan/talloc/talloc.h>
|
||||
|
|
Loading…
Reference in a new issue