Selaa lähdekoodia

fdtdec: sort include files

Sort include files in accordance to U-Boot coding style.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Jean-Jacques Hiblot 7 vuotta sitten
vanhempi
commit
035d64025c
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      lib/fdtdec.c

+ 5 - 5
lib/fdtdec.c

@@ -4,16 +4,16 @@
  */
  */
 
 
 #ifndef USE_HOSTCC
 #ifndef USE_HOSTCC
-#include <boot_fit.h>
 #include <common.h>
 #include <common.h>
+#include <boot_fit.h>
 #include <dm.h>
 #include <dm.h>
+#include <dm/of_extra.h>
 #include <errno.h>
 #include <errno.h>
-#include <serial.h>
-#include <libfdt.h>
-#include <fdt_support.h>
 #include <fdtdec.h>
 #include <fdtdec.h>
+#include <fdt_support.h>
+#include <libfdt.h>
+#include <serial.h>
 #include <asm/sections.h>
 #include <asm/sections.h>
-#include <dm/of_extra.h>
 #include <linux/ctype.h>
 #include <linux/ctype.h>
 
 
 DECLARE_GLOBAL_DATA_PTR;
 DECLARE_GLOBAL_DATA_PTR;