projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891dacf
)
arm: do not include efi_loader.h twice
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Mon, 1 Oct 2018 03:03:30 +0000
(
05:03
+0200)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/arch/arm/lib/interrupts.c
b/arch/arm/lib/interrupts.c
index
930b25c
..
ee775ce
100644
(file)
--- 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;