From: Alexey Romanov Date: Thu, 21 Sep 2023 08:13:40 +0000 (+0300) Subject: arch: meson: sm: set correct order of the includes X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=67c03a94746dd3af56760703159d96186b224ff7;p=u-boot.git arch: meson: sm: set correct order of the includes The common.h header should always be first, followed by other headers in order, then headers with directories, then local files. Signed-off-by: Alexey Romanov Reviewed-by: Simon Glass Link: https://lore.kernel.org/r/20230921081346.22157-8-avromanov@salutedevices.com Signed-off-by: Neil Armstrong --- diff --git a/arch/arm/mach-meson/sm.c b/arch/arm/mach-meson/sm.c index d600c64d0b..b5dd6c6d39 100644 --- a/arch/arm/mach-meson/sm.c +++ b/arch/arm/mach-meson/sm.c @@ -6,7 +6,10 @@ */ #include +#include #include +#include +#include #include #include #include @@ -14,10 +17,7 @@ #include #include #include -#include #include -#include -#include #define FN_GET_SHARE_MEM_INPUT_BASE 0x82000020 #define FN_GET_SHARE_MEM_OUTPUT_BASE 0x82000021