ARM: mvebu: use CPU_METHOD_OF_DECLARE for SMP on Armada XP
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-mvebu / platsmp.c
index e98075f7175a67f1b6bda6f1d924c3a017f1a9ce..e01ae51bee56d785ba6041bd7e9eed4b7521ff58 100644 (file)
@@ -138,3 +138,6 @@ struct smp_operations armada_xp_smp_ops __initdata = {
        .cpu_die                = armada_xp_cpu_die,
 #endif
 };
+
+CPU_METHOD_OF_DECLARE(armada_xp_smp, "marvell,armada-xp-smp",
+                     &armada_xp_smp_ops);