arm: do not include efi_loader.h twice
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 1 Oct 2018 03:03:30 +0000 (05:03 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 16 Oct 2018 14:41:01 +0000 (16:41 +0200)
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>
arch/arm/lib/interrupts.c

index 930b25c..ee775ce 100644 (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;