diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-05-08 17:57:30 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-25 16:21:45 -0400 |
commit | ce4305d2a5ad76d80c8edfd2f847ae34bcda32ab (patch) | |
tree | 5e47f402a307842590676b377a297047a9d6f8a2 | |
parent | 277f50464d8b2e68a05cfcac765a0e54fd382d1f (diff) |
ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.c
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/cpuidle.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c index 05cb00c79406..7c0151263828 100644 --- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c | |||
@@ -8,26 +8,16 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/kernel.h> | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/cpuidle.h> | 11 | #include <linux/cpuidle.h> |
14 | #include <linux/cpu_pm.h> | 12 | #include <linux/cpu_pm.h> |
15 | #include <linux/io.h> | ||
16 | #include <linux/export.h> | 13 | #include <linux/export.h> |
17 | #include <linux/module.h> | 14 | #include <linux/module.h> |
18 | #include <linux/time.h> | ||
19 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
20 | 16 | ||
21 | #include <asm/proc-fns.h> | 17 | #include <asm/proc-fns.h> |
22 | #include <asm/suspend.h> | 18 | #include <asm/suspend.h> |
23 | #include <asm/unified.h> | ||
24 | #include <asm/cpuidle.h> | 19 | #include <asm/cpuidle.h> |
25 | 20 | ||
26 | #include <plat/cpu.h> | ||
27 | #include <plat/pm.h> | ||
28 | |||
29 | #include <mach/map.h> | ||
30 | |||
31 | static void (*exynos_enter_aftr)(void); | 21 | static void (*exynos_enter_aftr)(void); |
32 | 22 | ||
33 | static int idle_finisher(unsigned long flags) | 23 | static int idle_finisher(unsigned long flags) |