[U-Boot] [PATCH 1/1] arm: do not include efi_loader.h twice
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Oct 1 03:03:30 UTC 2018
We should not include the same include twice.
Fixes: 99b8db7291ce ("arm: print information about loaded UEFI images")
Signed-off-by: Heinrich Schuchardt <xypron.glpk at 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
More information about the U-Boot
mailing list