From: Shawn Guo Date: Wed, 16 Nov 2011 16:19:11 +0000 (+0900) Subject: ARM: EXYNOS: remove exynos4_scu_enable() X-Git-Tag: v3.3-rc1~142^2~1^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b870f149cdcd253ae8da88d8b5a0b43a68965c;p=pandora-kernel.git 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 [kgene.kim@samsung.com: added missing header] Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed