summaryrefslogtreecommitdiff
path: root/common/board_f.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-31 14:40:34 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 20:36:52 (GMT)
commit479312233cbc5f8b57ba13b2762a4cde1f2edd52 (patch)
tree3b01993a2261e2115dffcb3421c02ba82b611b90 /common/board_f.c
parent5e924a13e729c83351f76609d058c1db30746c9b (diff)
downloadu-boot-479312233cbc5f8b57ba13b2762a4cde1f2edd52.tar.xz
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>
Diffstat (limited to 'common/board_f.c')
-rw-r--r--common/board_f.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/board_f.c b/common/board_f.c
index 1bdc744..b153aff 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -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