board_f: Drop unused headers
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:34 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:52 +0000 (16:36 -0400)
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>
common/board_f.c

index 1bdc744..b153aff 100644 (file)
  */
 
 #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