From: Joe Perches Date: Wed, 12 Jul 2017 21:37:25 +0000 (-0700) Subject: MIPS: SMP: move asmlinkage before return type X-Git-Tag: MMI-PSA29.97-13-9~5165^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b745fcb949f90762e7e126737683e2a26a4e8035;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git MIPS: SMP: move asmlinkage before return type Make the code like the rest of the kernel. Link: http://lkml.kernel.org/r/756d3fb543e981b9284e756fa27616725a354b28.1499284835.git.joe@perches.com Signed-off-by: Joe Perches Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/mips/include/asm/smp.h b/arch/mips/include/asm/smp.h index 98a117a05fbc..bab3d41e5987 100644 --- a/arch/mips/include/asm/smp.h +++ b/arch/mips/include/asm/smp.h @@ -47,7 +47,7 @@ extern int __cpu_logical_map[NR_CPUS]; /* Mask of CPUs which are currently definitely operating coherently */ extern cpumask_t cpu_coherent_mask; -extern void asmlinkage smp_bootstrap(void); +extern asmlinkage void smp_bootstrap(void); extern void calculate_cpu_foreign_map(void);