Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d778931d authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

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: default avatarJoe Perches <joe@perches.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1d731bb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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())