ARM: shmobile: Remove unused shmobile_smp_init_fallback_ops()

shmobile_smp_init_fallback_ops() became unused after removing
SoC-specific machine definitions that provided legacy SMP initialization
fallbacks.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Tento commit je obsažen v:
Geert Uytterhoeven
2018-05-18 14:48:54 +02:00
odevzdal Simon Horman
rodič 1e90fea35b
revize aa03319f28
2 změnil soubory, kde provedl 0 přidání a 10 odebrání

Zobrazit soubor

@@ -36,12 +36,3 @@ bool shmobile_smp_cpu_can_disable(unsigned int cpu)
return true; /* Hotplug of any CPU is supported */
}
#endif
bool __init shmobile_smp_init_fallback_ops(void)
{
/* fallback on PSCI/smp_ops if no other DT based method is detected */
if (!IS_ENABLED(CONFIG_SMP))
return false;
return platform_can_secondary_boot() ? true : false;
}