Thomas Abraham wrote: > > All the Exynos4x12 based platforms use only device tree based boot. So > remove > the unused 'init_uarts' callback from exynos cpu_ids table. > > Signed-off-by: Thomas Abraham <thomas.abraham@xxxxxxxxxx> > --- > arch/arm/mach-exynos/common.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-exynos/common.c > index 56844d1..ce91cba 100644 > --- a/arch/arm/mach-exynos/common.c > +++ b/arch/arm/mach-exynos/common.c > @@ -78,7 +78,6 @@ static struct cpu_table cpu_ids[] __initdata = { > .idmask = EXYNOS4_CPU_MASK, > .map_io = exynos4_map_io, > .init_clocks = exynos4_init_clocks, > - .init_uarts = exynos_init_uarts, > .init = exynos_init, > .name = name_exynos4212, > }, { > @@ -86,7 +85,6 @@ static struct cpu_table cpu_ids[] __initdata = { > .idmask = EXYNOS4_CPU_MASK, > .map_io = exynos4_map_io, > .init_clocks = exynos4_init_clocks, > - .init_uarts = exynos_init_uarts, > .init = exynos_init, > .name = name_exynos4412, > }, { > -- > 1.6.6.rc2 Yes, correct. Applied. 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