Kyungmin Park wrote: > > On 2/1/12, Kukjin Kim <kgene.kim@xxxxxxxxxxx> 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@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html