From: Thomas Abraham Date: Fri, 5 Apr 2013 06:17:47 +0000 (+0900) Subject: ARM: EXYNOS: fix compilation error introduced due to common clock migration X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~45^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296f3f2c9322480400338f71d8c118107f9a7f20;p=pandora-kernel.git ARM: EXYNOS: fix compilation error introduced due to common clock migration The functions exynos4_clk_init and exynos4_clk_register_fixed_ext are applicable only on Exynos4 non-dt platforms. But when building Exynos5 platforms without including Exynos4 platforms, the following errors show up. arch/arm/mach-exynos/built-in.o: In function `exynos_init_time': arch/arm/mach-exynos/common.c:446: undefined reference to `exynos4_clk_init' arch/arm/mach-exynos/common.c:447: undefined reference to `exynos4_clk_register_fixed_ext' Fix this compilation errors by marking these calls as Exynos4 specific. Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed