diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-10-01 05:03:30 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-10-16 16:41:01 +0200 |
commit | b417d475b28164e12a6351390f234ed49ec14c0e (patch) | |
tree | bbc87d325ccaa5fb205f9862575f39eb99e4f71b /arch | |
parent | 891dacf6731c3608715f8f6f07df6f9651aa5d4f (diff) | |
download | u-boot-b417d475b28164e12a6351390f234ed49ec14c0e.zip u-boot-b417d475b28164e12a6351390f234ed49ec14c0e.tar.gz u-boot-b417d475b28164e12a6351390f234ed49ec14c0e.tar.bz2 |
arm: do not include efi_loader.h twice
We should not include the same include twice.
Fixes: 99b8db7291ce ("arm: print information about loaded UEFI images")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/lib/interrupts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/lib/interrupts.c b/arch/arm/lib/interrupts.c index 930b25c..ee775ce 100644 --- a/arch/arm/lib/interrupts.c +++ b/arch/arm/lib/interrupts.c @@ -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; |