[PATCH 4/6] efi_loader: Remove unused headers from efi_load_initrd.c

Ilias Apalodimas ilias.apalodimas at linaro.org
Mon Dec 28 13:24:36 CET 2020


dm.h and env.h serve no purpose here. Remove them

Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
 lib/efi_loader/efi_load_initrd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/efi_loader/efi_load_initrd.c b/lib/efi_loader/efi_load_initrd.c
index 984fea1bd679..e0b4a82ce037 100644
--- a/lib/efi_loader/efi_load_initrd.c
+++ b/lib/efi_loader/efi_load_initrd.c
@@ -4,10 +4,8 @@
  */
 
 #include <common.h>
-#include <env.h>
 #include <malloc.h>
 #include <mapmem.h>
-#include <dm.h>
 #include <fs.h>
 #include <efi_loader.h>
 #include <efi_variable.h>
-- 
2.30.0.rc2



More information about the U-Boot mailing list