mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 22:56:49 +08:00
fdtdec: sort include files
Sort include files in accordance to U-Boot coding style. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
parent
f52bdf4b67
commit
035d64025c
14
lib/fdtdec.c
14
lib/fdtdec.c
@ -4,16 +4,16 @@
|
||||
*/
|
||||
|
||||
#ifndef USE_HOSTCC
|
||||
#include <boot_fit.h>
|
||||
#include <common.h>
|
||||
#include <boot_fit.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <serial.h>
|
||||
#include <libfdt.h>
|
||||
#include <fdt_support.h>
|
||||
#include <fdtdec.h>
|
||||
#include <asm/sections.h>
|
||||
#include <dm/of_extra.h>
|
||||
#include <errno.h>
|
||||
#include <fdtdec.h>
|
||||
#include <fdt_support.h>
|
||||
#include <libfdt.h>
|
||||
#include <serial.h>
|
||||
#include <asm/sections.h>
|
||||
#include <linux/ctype.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
Loading…
Reference in New Issue
Block a user