From 86dfe446c2c10ab2ab437a1b0a3f29e63cb350cb Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Thu, 29 Mar 2012 23:22:44 -0700 Subject: ARM: fix builds due to missing includes This does a sweeping change fixing up all the missing system_misc.h and system_info.h includes from the system.h split-up change. These were the ones I came across when building all defconfigs in arch/arm/configs, there might be more but they lack adequate build coverage to be easily caught. I'm expecting to get a lot of these piecemeal by each maintainer, so we might just as well do one sweeping change to get them all at once. Cc: Nicolas Ferre Cc: Russell King Cc: Sascha Hauer Cc: Imre Kaloz Cc: Krzysztof Halasa Cc: Eric Miao Cc: Haojian Zhuang Cc: Wan ZongShun Acked-by: Kukjin Kim Signed-off-by: Olof Johansson --- arch/arm/mach-shark/core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-shark') diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 6a2a7f2c255..2704bcd869c 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3