RE: [PATCH 1/9] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()

2012-02-09 Thread Kukjin Kim
Kyungmin Park wrote: On 2/1/12, Kukjin Kim kgene@samsung.com wrote: Since exynos4_init_uarts() can be used for EXYNOS5 SoCs, this patch changes the name of function to exynos_init_uarts(). [snip] #ifdef CONFIG_ARCH_EXYNOS extern int exynos_init(void); +extern void

[PATCH 1/9] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()

2012-01-31 Thread Kukjin Kim
Since exynos4_init_uarts() can be used for EXYNOS5 SoCs, this patch changes the name of function to exynos_init_uarts(). Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/common.c |8 arch/arm/mach-exynos/common.h |8 2 files changed, 8

Re: [PATCH 1/9] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()

2012-01-31 Thread Kyungmin Park
On 2/1/12, Kukjin Kim kgene@samsung.com wrote: Since exynos4_init_uarts() can be used for EXYNOS5 SoCs, this patch changes the name of function to exynos_init_uarts(). Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/common.c |8