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 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 exynos_init_u

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 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 > --- > arch/arm/mach-exynos/common.c |8 > arch/arm/mach-exynos/common.h |8 > 2 file