From 8dec067dc9c59f9fdcaf4357c22994cde3647eb8 Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Fri, 21 Mar 2014 02:59:30 +0900 Subject: [PATCH] ARM: EXYNOS: Fix compilation error in cpuidle.c The big series refactoring Exynos suspend to RAM handling missed the cpuidle driver that is disabled in exynos_defconfig, leaving it including old mach/pm_core.h header and using old s3c_cpu_resume symbol instead of new exynos_cpu_resume, resulting in compilation failures with CONFIG_ARCH_EXYNOS and CONFIG_CPU_IDLE enabled. This patch fixes that silly mistake and performs necessary modification to arhc/arm/exynos/cpuidle.c to make it compile again. Signed-off-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-format-patch failed