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

Kukjin Kim kgene.kim at samsung.com
Thu Feb 9 05:30:36 EST 2012


Kyungmin Park wrote:
> 
> On 2/1/12, Kukjin Kim <kgene.kim at 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 exynos_init_uarts(struct s3c2410_uartcfg *cfg, int no);
> >  extern void exynos4_map_io(void);
> >  extern void exynos4_init_clocks(int xtal);
> > -extern void exynos4_init_uarts(struct s3c2410_uartcfg *cfg, int no);
> 
> Are there any cases build without CONFIG_ARCH_EXYNOS?
> I think it's always defined CONFIG_ARCH_EXYNOS.
> 
Right, we don't need. It will be fixed.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.




More information about the linux-arm-kernel mailing list