From: Joe Perches Date: Wed, 12 Jul 2017 21:37:16 +0000 (-0700) Subject: ia64: move inline before return type X-Git-Tag: v5.15~10862^2~12 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d778931d7b32ada39de0a45267b0c4af0600e277;p=mirror_ubuntu-kernels.git ia64: move inline before return type Make the use of inline like the rest of the kernel. Link: http://lkml.kernel.org/r/d47074493af80ce12590340294bc49618165c30d.1499284835.git.joe@perches.com Signed-off-by: Joe Perches Cc: Tony Luck Cc: Fenghua Yu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c index 79c7c46d7dc1..555b11180156 100644 --- a/arch/ia64/kernel/mca.c +++ b/arch/ia64/kernel/mca.c @@ -334,7 +334,7 @@ static void ia64_mlogbuf_dump_from_init(void) ia64_mlogbuf_dump(); } -static void inline +static inline void ia64_mca_spin(const char *func) { if (monarch_cpu == smp_processor_id())