arm: do not include efi_loader.h twice

We should not include the same include twice.

Fixes: 99b8db7291 ("arm: print information about loaded UEFI images")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Heinrich Schuchardt 2018-10-01 05:03:30 +02:00 committed by Alexander Graf
parent 891dacf673
commit b417d475b2

View File

@ -22,7 +22,6 @@
#include <efi_loader.h>
#include <asm/proc-armv/ptrace.h>
#include <asm/u-boot-arm.h>
#include <efi_loader.h>
DECLARE_GLOBAL_DATA_PTR;