[MIPS] Fix declaration of smp_prepare_cpus() platform hook. A while ago prom_prepare_cpus was replaced by plat_prepare_cpus but the declaration has stayed unchanged. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -2
+2 -2
include/asm-mips/smp.h
··· 85 85 extern void plat_smp_setup(void); 86 86 87 87 /* 88 - * Called after init_IRQ but before __cpu_up. 88 + * Called in smp_prepare_cpus. 89 89 */ 90 - extern void prom_prepare_cpus(unsigned int max_cpus); 90 + extern void plat_prepare_cpus(unsigned int max_cpus); 91 91 92 92 /* 93 93 * Last chance for the board code to finish SMP initialization before