[PATCH 1/9] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()
From: Kukjin Kim <hidden>
Date: 2012-02-09 10:30:36
Also in:
linux-samsung-soc
From: Kukjin Kim <hidden>
Date: 2012-02-09 10:30:36
Also in:
linux-samsung-soc
Kyungmin Park wrote:
On 2/1/12, Kukjin Kim [off-list ref] wrote:quoted
Since exynos4_init_uarts() can be used for EXYNOS5 SoCs, this patch changes the name of function to exynos_init_uarts().
[snip]
quoted
#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 [off-list ref], Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.