From b0c8f4a7972ea114654a9bac88fd458f2e2e8636 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 17 Jul 2015 20:30:28 +0900 Subject: Kill unneeded #include 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 to work around build errors on host tools. Signed-off-by: Masahiro Yamada Acked-by: Ian Campbell Acked-by: Simon Glass --- board/sunxi/dram_sun5i_auto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/sunxi/dram_sun5i_auto.c') diff --git a/board/sunxi/dram_sun5i_auto.c b/board/sunxi/dram_sun5i_auto.c index 596a206072..e3fa243267 100644 --- a/board/sunxi/dram_sun5i_auto.c +++ b/board/sunxi/dram_sun5i_auto.c @@ -2,7 +2,6 @@ #include #include -#include static struct dram_para dram_para = { .clock = CONFIG_DRAM_CLK, -- cgit v1.2.1