Re: [PATCH v2 3/6] ARM: EXYNOS: Fix compilation error in cpuidle.c

2014-03-20 Thread Kukjin Kim
On 03/19/14 02:16, Tomasz Figa wrote: 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 compila

[PATCH v2 3/6] ARM: EXYNOS: Fix compilation error in cpuidle.c

2014-03-18 Thread Tomasz Figa
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 an