Kill unneeded #include <linux/kconfig.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 17 Jul 2015 11:30:28 +0000 (20:30 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2015 19:02:12 +0000 (15:02 -0400)
commitb0c8f4a7972ea114654a9bac88fd458f2e2e8636
tree603fcbbf26137b35e1284bdab84ad6f3698b085e
parent3c963d2a448dca13bb368095a17d4993daa36f87
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