]> Git Repo - J-u-boot.git/commitdiff
board_r: Remove duplicate headers
authorIlias Apalodimas <[email protected]>
Wed, 23 Oct 2024 05:27:50 +0000 (08:27 +0300)
committerTom Rini <[email protected]>
Tue, 29 Oct 2024 22:17:47 +0000 (16:17 -0600)
efi_loader.h is included twice. Remove one and move the other in
alphabetical order

Signed-off-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
common/board_r.c

index 8a19817fa39b56a27cc842c765436d247a703729..62228a723e12f8742437acae380e82f79903a8f5 100644 (file)
@@ -32,6 +32,7 @@
 #include <command.h>
 #include <console.h>
 #include <dm.h>
+#include <efi_loader.h>
 #include <env.h>
 #include <env_internal.h>
 #include <fdtdec.h>
 #include <dm/ofnode.h>
 #include <linux/compiler.h>
 #include <linux/err.h>
-#include <efi_loader.h>
 #include <wdt.h>
 #include <asm-generic/gpio.h>
-#include <efi_loader.h>
 #include <relocate.h>
 
 DECLARE_GLOBAL_DATA_PTR;
This page took 0.034602 seconds and 4 git commands to generate.