From: Heinrich Schuchardt Date: Mon, 1 Oct 2018 03:03:30 +0000 (+0200) Subject: arm: do not include efi_loader.h twice X-Git-Tag: v2018.11-rc3~46^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b417d475b28164e12a6351390f234ed49ec14c0e;p=oweals%2Fu-boot.git 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 Signed-off-by: Alexander Graf --- 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 #include #include -#include DECLARE_GLOBAL_DATA_PTR;