On Fri, Jul 06, 2018 at 05:26:40PM +0200, Geert Uytterhoeven wrote: > Hi Arnd, > > On Fri, Jul 6, 2018 at 5:15 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > After the cleanup in r8a7779_smp_prepare_cpus(), the only remaining caller of > > r8a7779_platform_cpu_kill() is in an ifdef, which leads to a build warning > > without CONFIG_HOTPLUG_CPU: > > > > arch/arm/mach-shmobile/smp-r8a7779.c:26:12: error: 'r8a7779_platform_cpu_kill' defined but not used [-Werror=unused-function] > > > > This moves the function inside of that #ifdef to avoid the warning. > > > > Fixes: 62f55ce683e3 ("ARM: shmobile: r8a7779: Stop powering down secondary CPUs during early boot") > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > > Thanks, seems like I only built the R-Car Gen2 code without > CONFIG_HOTPLUG_CPU... > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thanks, applied.