aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2020-12-31 12:33:23 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-31 14:33:22 +0100
commit0c4445283212599a1d59684f89428b23e63d19c6 (patch)
treeb0669a15d944467722f5d8e33f58ff60fe93fa6b /lib
parentf8212f09702f802ffab42769133e3114bd6e5e77 (diff)
downloadu-boot-0c4445283212599a1d59684f89428b23e63d19c6.zip
u-boot-0c4445283212599a1d59684f89428b23e63d19c6.tar.gz
u-boot-0c4445283212599a1d59684f89428b23e63d19c6.tar.bz2
efi_loader: Remove unused headers from efi_load_initrd.c
dm.h and env.h serve no purpose here. Remove them and sort the remaining in alphabetical order. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_load_initrd.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/efi_loader/efi_load_initrd.c b/lib/efi_loader/efi_load_initrd.c
index 4bf3b5e..b9ee883 100644
--- a/lib/efi_loader/efi_load_initrd.c
+++ b/lib/efi_loader/efi_load_initrd.c
@@ -4,13 +4,11 @@
*/
#include <common.h>
-#include <env.h>
-#include <malloc.h>
-#include <mapmem.h>
-#include <dm.h>
-#include <fs.h>
#include <efi_loader.h>
#include <efi_load_initrd.h>
+#include <fs.h>
+#include <malloc.h>
+#include <mapmem.h>
static efi_status_t EFIAPI
efi_load_file2_initrd(struct efi_load_file_protocol *this,