On 06/21/2016 02:20 PM, Ben Dooks wrote: > The declaration of s5p_init_cpu() in arch/arm/mach-exynos/common.h > is not included in the platform file arch/arm/plat-samsung/cpu.c > which generates a warning. > > Fix the following warning by moving the declaration to somewhere > both the machine and platform code can get to it, and including > the right files as necessary: > > arch/arm/plat-samsung/cpu.c:47:13: warning: symbol 's5p_init_cpu' was not declared. Should it be static? > > Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> > --- > Cc: Kukjin Kim <kgene@xxxxxxxxxx> > Cc: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx> > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > --- > arch/arm/mach-exynos/common.h | 1 - > arch/arm/mach-exynos/exynos.c | 1 + > arch/arm/plat-samsung/include/plat/cpu.h | 1 + > 3 files changed, 2 insertions(+), 1 deletion(-) Thanks, applied for v4.8. Best regards, Krzysztof -- 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