mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
1 changed files with 7 additions and 7 deletions
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 a new issue