]> git.sur5r.net Git - u-boot/commitdiff
efi_loader: helloworld.c: remove superfluous include
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:06 +0000 (14:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:25:43 +0000 (13:25 +0100)
Remove a superfluous include from helloworld.c

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/helloworld.c

index 03e65ab1336dcc44b8a350f6c70e7b8472816f78..77130a36dd180d100a07dca6abfd4479ffd6573c 100644 (file)
@@ -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,