mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: do not include efi_loader.h twice
We should not include the same include twice.
Fixes: 99b8db7291
("arm: print information about loaded UEFI images")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
891dacf673
commit
b417d475b2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue