u-boot-brain/arch/x86
Masahiro Yamada b0c8f4a797 Kill unneeded #include <linux/kconfig.h>
Because the top-level Makefile forces all the source files
to include include/linux/kconfig.h (see the UBOOTINCLUDE define),
these includes are redundant.

By the way, there are exceptions for the statement above; host
programs.  In fact, host tools in U-Boot depend on a particular
board configuration, although I think they should not.  So, some
files still include <linux/config.h> to work around build errors
on host tools.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-27 15:02:12 -04:00
..
cpu Kill unneeded #include <linux/kconfig.h> 2015-07-27 15:02:12 -04:00
dts dm: x86: minnowmax: Move PCI to use driver model 2015-07-14 18:03:19 -06:00
include/asm x86: delete unneeded declarations of disable_irq() and enable_irq() 2015-07-22 07:30:31 -06:00
lib x86: Configure VESA parameters before loading Linux kernel 2015-07-14 18:03:19 -06:00
config.mk generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig 2015-03-28 09:03:08 -04:00
Kconfig x86: Remove MARK_GRAPHICS_MEM_WRCOMB 2015-07-14 18:03:18 -06:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00