From: Kukjin Kim Date: Sat, 11 Feb 2012 12:27:08 +0000 (+0900) Subject: ARM: EXYNOS: to declare static for mach-exynos/common.c X-Git-Tag: v3.4-rc1~72^2~2^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906c789c64ac18c3fa536fe9d3c37e44b5914af1;p=pandora-kernel.git ARM: EXYNOS: to declare static for mach-exynos/common.c According to commit cc511b8d84d8 ("ARM: 7257/1: EXYNOS: introduce arch/arm/mach-exynos/common.[ch]"), we don't need to declare extern for exynos4_map_io(), exynos4_init_clocks(), exynos4_init_uarts(), and exynos_init(). And the exynos4210_register_clocks() and exynos4212_register_clocks depend on each SoC not ARCH_EXYNOS4. So this patch fixed above. Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed