mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
board_f: Drop unused headers
Drop headers which are not used or needed in this file. The compiler.h header is included by common.h. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
5e924a13e7
commit
479312233c
1 changed files with 0 additions and 5 deletions
|
@ -11,16 +11,12 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <version.h>
|
||||
#include <console.h>
|
||||
#include <environment.h>
|
||||
#include <dm.h>
|
||||
#include <fdtdec.h>
|
||||
#include <fs.h>
|
||||
#if defined(CONFIG_CMD_IDE)
|
||||
#include <ide.h>
|
||||
#endif
|
||||
#include <i2c.h>
|
||||
#include <initcall.h>
|
||||
#include <logbuff.h>
|
||||
|
@ -59,7 +55,6 @@
|
|||
#include <asm/relocate.h>
|
||||
#endif
|
||||
#include <dm/root.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
/*
|
||||
* Pointer to initial global data area
|
||||
|
|
Loading…
Reference in a new issue