Re: [U-Boot] [PATCH 1/1] efi_loader: helloworld.c: remove superfluous include
On 09/05/2017 09:41 AM, Alexander Graf wrote: On 04.09.17 09:25, Heinrich Schuchardt wrote: Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt This patch breaks compilation: https://travis-ci.org/agraf/u-boot/jobs/271837141 I'll remove it from my queue again (and thus rebase it). Alex Rob's patch 0d6ab32e371 "part: move efi_guid_t" has moved the definition of efi_guid_t from included/part_efi.h to include/efi.h so that the patch is now applicable. It is available at https://patchwork.ozlabs.org/patch/809554/ Best regards Heinrich ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
Re: [U-Boot] [PATCH 1/1] efi_loader: helloworld.c: remove superfluous include
On 04.09.17 09:25, Heinrich Schuchardt wrote: Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt This patch breaks compilation: https://travis-ci.org/agraf/u-boot/jobs/271837141 I'll remove it from my queue again (and thus rebase it). Alex ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
[U-Boot] [PATCH 1/1] efi_loader: helloworld.c: remove superfluous include
Remove a superfluous include from helloworld.c Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/helloworld.c | 1 - 1 file changed, 1 deletion(-) 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 -#include #include efi_status_t EFIAPI efi_main(efi_handle_t handle, -- 2.11.0 ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot