Re: [PATCH -next] ARM: zx: Make zx_smp_prepare_cpus static

2020-05-13 Thread Shawn Guo
On Tue, May 12, 2020 at 10:29:21AM +0800, Samuel Zou wrote: > Fix the following sparse warning: > > arch/arm/mach-zx/platsmp.c:41:13: warning: symbol 'zx_smp_prepare_cpus' was > not declared. > > The zx_smp_prepare_cpus has only call site within platsmp.c > It should be static > > Fixes:

[PATCH -next] ARM: zx: Make zx_smp_prepare_cpus static

2020-05-11 Thread Samuel Zou
Fix the following sparse warning: arch/arm/mach-zx/platsmp.c:41:13: warning: symbol 'zx_smp_prepare_cpus' was not declared. The zx_smp_prepare_cpus has only call site within platsmp.c It should be static Fixes: 71bc724300e6 ("ARM: zx: enable SMP and hotplug for zx296702") Reported-by: Hulk