[U-Boot] [PATCH 1/1] arm: do not include efi_loader.h twice

1 Oct
2018
1 Oct
'18
5:03 a.m.
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 --- arch/arm/lib/interrupts.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/lib/interrupts.c b/arch/arm/lib/interrupts.c index 930b25ccb8..ee775ce5d2 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;
--
2.19.0
2409
Age (days ago)
2409
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heinrich Schuchardt