From: Simon Glass Date: Thu, 8 Mar 2018 20:53:27 +0000 (+0100) Subject: efi: Correct header order in efi_memory X-Git-Tag: v2018.05-rc2~45^2~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bdecaebd5d5e266301b4bc4064b5fbc0922874d2;p=u-boot efi: Correct header order in efi_memory The headers are not in the correct order. Fix this. Also drop libfdt_env.h since it is not needed. Signed-off-by: Simon Glass Rebased Reviewed-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c index 1e413d01cb..95f9ff0a14 100644 --- a/lib/efi_loader/efi_memory.c +++ b/lib/efi_loader/efi_memory.c @@ -8,12 +8,11 @@ #include #include +#include #include +#include #include -#include #include -#include -#include DECLARE_GLOBAL_DATA_PTR;