ARM: EXYNOS: remove exynos4_scu_enable()
authorShawn Guo <shawn.guo@linaro.org>
Wed, 16 Nov 2011 16:19:11 +0000 (01:19 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 17 Nov 2011 00:18:53 +0000 (09:18 +0900)
commit63b870f149cdcd253ae8da88d8b5a0b43a68965c
treee95389973c299474d1c8191cac7bef82ab3c4561
parent1ea6b8f48918282bdca0b32a34095504ee65bab5
ARM: EXYNOS: remove exynos4_scu_enable()

The exynos4_scu_enable() is a duplication of scu_enable().  Since
commit '26a527e ARM: 7100/1: smp_scu: remove __init annotation from
scu_enable()' makes scu_enable() available for non-init codes, exynos
can directly call scu_enable() and save exynos4_scu_enable() now.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
[kgene.kim@samsung.com: added missing header]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/pm.c