OSDN Git Service

ARM: EXYNOS: to declare static for mach-exynos/common.c
authorKukjin Kim <kgene.kim@samsung.com>
Sat, 11 Feb 2012 12:27:08 +0000 (21:27 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 14 Mar 2012 09:13:02 +0000 (02:13 -0700)
commit906c789c64ac18c3fa536fe9d3c37e44b5914af1
treef43154960b49da0e876d66faa403865008645d72
parent790254665293fd5f0961a4bb6e2ab07d5d311522
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 <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c
arch/arm/mach-exynos/common.h