diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-04-27 19:07:24 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-06-03 15:27:20 +0200 |
commit | 1f0532ca15aa8fafa1e133e6b5ce8d0bf08fac46 (patch) | |
tree | 61183179964258f8e82b1f0c309af0c0d21ccc47 /lib/efi_loader/efi_memory.c | |
parent | 503e04fab85c0ae0603758693d135bb2576e529b (diff) | |
download | u-boot-1f0532ca15aa8fafa1e133e6b5ce8d0bf08fac46.tar.gz |
efi_loader: remove unnecessary include
asm/global_data.h is already included via common.h.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/efi_loader/efi_memory.c')
-rw-r--r-- | lib/efi_loader/efi_memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c index 664c651db5..d3302b6649 100644 --- a/lib/efi_loader/efi_memory.c +++ b/lib/efi_loader/efi_memory.c @@ -10,7 +10,6 @@ #include <inttypes.h> #include <malloc.h> #include <watchdog.h> -#include <asm/global_data.h> #include <linux/list_sort.h> DECLARE_GLOBAL_DATA_PTR; |