]> git.dujemihanovic.xyz Git - u-boot.git/commit
arch: meson: sm: set correct order of the includes
authorAlexey Romanov <avromanov@salutedevices.com>
Thu, 21 Sep 2023 08:13:40 +0000 (11:13 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Sun, 15 Oct 2023 10:23:48 +0000 (12:23 +0200)
commit67c03a94746dd3af56760703159d96186b224ff7
tree1134c8648705405ad55340e5230ef94eba8d292f
parentef2eb106eebfc792f6d09d11dfed5c23c3991691
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 <avromanov@salutedevices.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/20230921081346.22157-8-avromanov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/mach-meson/sm.c