]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Kill unneeded #include <linux/kconfig.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 17 Jul 2015 11:30:28 +0000 (20:30 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:44 +0000 (13:50 +0200)
commit2dcb63e44f1e76b5ea793be8062304c2b5bfe358
treea4964701276658b9b0b95635d18dfdc1795ed0db
parentccf81ec871d4b96e1a45a75052b4d43c6ec2aae1
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>
arch/arm/cpu/armv7/sunxi/dram_sun8i_a23.c
arch/arm/cpu/armv7/sunxi/dram_sun8i_a33.c
arch/x86/cpu/ivybridge/gma.c
board/sunxi/dram_sun4i_auto.c
board/sunxi/dram_sun5i_auto.c