diff mbox series

[U-Boot,v3,01/18] efi_loader: helloworld.c: remove superfluous include

Message ID 20171126130523.4993-2-xypron.glpk@gmx.de
State Accepted
Delegated to: Alexander Graf
Headers show
Series efi_loader: manage protocols in a linked list (v3) | expand

Commit Message

Heinrich Schuchardt Nov. 26, 2017, 1:05 p.m. UTC
Remove a superfluous include from helloworld.c

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
v3
	resubmitted patch added
---
 lib/efi_loader/helloworld.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c
index 03e65ab133..77130a36dd 100644
--- a/lib/efi_loader/helloworld.c
+++ b/lib/efi_loader/helloworld.c
@@ -8,7 +8,6 @@ 
  */
 
 #include <common.h>
-#include <part_efi.h>
 #include <efi_api.h>
 
 efi_status_t EFIAPI efi_main(efi_handle_t handle,