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:
James Bottomley 2016-02-12 15:54:31 -08:00
parent 3b4e9bb901
commit 5f7f8f3ded
1 changed files with 0 additions and 2 deletions

View File

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