]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS: Fix compilation error in cpuidle.c
authorTomasz Figa <t.figa@samsung.com>
Thu, 20 Mar 2014 17:59:30 +0000 (02:59 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 20 Mar 2014 22:17:17 +0000 (07:17 +0900)
commit589c2bea5a35452d53d619a205444a6dd5f0ecf7
tree1b82a9f2c23f4e65a8e3c071f82a57de4cee9a5b
parent9083670bfe308ba5c27828afe7d98d3058475081
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 <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/cpuidle.c