From: Daniel Lezcano Date: Thu, 8 May 2014 21:57:30 +0000 (+0900) Subject: ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.c X-Git-Tag: firefly_0821_release~176^2~3465^2~43^2~2^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ce4305d2a5ad76d80c8edfd2f847ae34bcda32ab;p=firefly-linux-kernel-4.4.55.git ARM: EXYNOS: Cleanup all unneeded headers from cpuidle.c Signed-off-by: Daniel Lezcano Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- 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 @@ * published by the Free Software Foundation. */ -#include -#include #include #include -#include #include #include -#include #include #include #include -#include #include -#include -#include - -#include - static void (*exynos_enter_aftr)(void); static int idle_finisher(unsigned long flags)