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 --- arch/x86/cpu/ivybridge/gma.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86') diff --git a/arch/x86/cpu/ivybridge/gma.c b/arch/x86/cpu/ivybridge/gma.c index ea169b05e9..89d4a5e9cc 100644 --- a/arch/x86/cpu/ivybridge/gma.c +++ b/arch/x86/cpu/ivybridge/gma.c @@ -16,7 +16,6 @@ #include #include #include -#include struct gt_powermeter { u16 reg; -- cgit v1.2.3