ARM: EXYNOS: Remove unnecessary inclusion of cpu.h
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 12 May 2014 22:12:00 +0000 (07:12 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 25 May 2014 19:05:00 +0000 (04:05 +0900)
Exynos specific macros and declarations have been moved to
mach-exynos. Inclusion of plat/cpu.h is no more necessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/cpuidle.c
arch/arm/mach-exynos/exynos.c
arch/arm/mach-exynos/firmware.c
arch/arm/mach-exynos/hotplug.c
arch/arm/mach-exynos/platsmp.c
arch/arm/mach-exynos/pm.c
arch/arm/mach-exynos/pmu.c

index c57cae0e8779213aec55424c43530e1404af4db0..3dd385ebf19504a53d4182f519c6f5c5b89ef611 100644 (file)
@@ -24,7 +24,6 @@
 #include <asm/unified.h>
 #include <asm/cpuidle.h>
 
-#include <plat/cpu.h>
 #include <plat/pm.h>
 
 #include <mach/map.h>
index eb1a431a894a4dd72594eb79cf3d466e8667f32c..59aab756702ecf229a674b090d35ae9715d0c20d 100644 (file)
@@ -26,8 +26,6 @@
 #include <asm/mach/map.h>
 #include <asm/memory.h>
 
-#include <plat/cpu.h>
-
 #include "common.h"
 #include "mfc.h"
 #include "regs-pmu.h"
index aa01c4222b40334db58a603cbcbee82f5f671d6b..f6cb510aee85b71c08bb1b83607ab5f828472c13 100644 (file)
@@ -18,8 +18,7 @@
 
 #include <mach/map.h>
 
-#include <plat/cpu.h>
-
+#include "common.h"
 #include "smc.h"
 
 static int exynos_do_idle(void)
index 9ca692d2744ef2bb0ca9a5bb11eb4fd98a0ecb06..3cab3f5066892091e7698099ef7890f44525d07e 100644 (file)
@@ -19,8 +19,6 @@
 #include <asm/cp15.h>
 #include <asm/smp_plat.h>
 
-#include <plat/cpu.h>
-
 #include "common.h"
 #include "regs-pmu.h"
 
index 03e5e9f9470536c01180963261dabf0c0c0eca08..c28cdb1c82cd50de885980aaf0bc9d265e7f24ea 100644 (file)
@@ -26,8 +26,6 @@
 #include <asm/smp_scu.h>
 #include <asm/firmware.h>
 
-#include <plat/cpu.h>
-
 #include "common.h"
 #include "regs-pmu.h"
 
index 15af0ceb0a66a063d0c2ed948ca4a28a1109c777..ca672e24b5cd176b34cbb3f6f93d0d1eb6f751bb 100644 (file)
@@ -26,7 +26,6 @@
 #include <asm/smp_scu.h>
 #include <asm/suspend.h>
 
-#include <plat/cpu.h>
 #include <plat/pm-common.h>
 #include <plat/pll.h>
 #include <plat/regs-srom.h>
index 05c7ce15322a7ec2175cca94f1ed75410595f15e..fb0deda3b3a406fc44d705c29f0440e11d61e366 100644 (file)
@@ -13,8 +13,6 @@
 #include <linux/kernel.h>
 #include <linux/bug.h>
 
-#include <plat/cpu.h>
-
 #include "common.h"
 #include "regs-pmu.h"