[PATCH v2 7/8] arch: meson: sm: set correct order of the includes

Simon Glass sjg at google.com
Thu Sep 21 03:03:23 CEST 2023


On Mon, 11 Sept 2023 at 10:35, Alexey Romanov
<avromanov at salutedevices.com> wrote:
>
> 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 <avromanov at salutedevices.com>
> ---
>  arch/arm/mach-meson/sm.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


>
> 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 <common.h>
> +#include <dm.h>
>  #include <log.h>
> +#include <regmap.h>
> +#include <syscon.h>
>  #include <asm/arch/sm.h>
>  #include <asm/cache.h>
>  #include <asm/global_data.h>
> @@ -14,10 +17,7 @@
>  #include <linux/bitops.h>
>  #include <linux/err.h>
>  #include <linux/kernel.h>
> -#include <dm.h>
>  #include <linux/bitfield.h>
> -#include <regmap.h>
> -#include <syscon.h>
>
>  #define FN_GET_SHARE_MEM_INPUT_BASE    0x82000020
>  #define FN_GET_SHARE_MEM_OUTPUT_BASE   0x82000021
> --
> 2.25.1
>


More information about the U-Boot mailing list