forked from luck/tmp_suning_uos_patched
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 <joe@perches.com> Cc: Tony Luck <tony.luck@intel.com> Cc: Fenghua Yu <fenghua.yu@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1d731bb772
commit
d778931d7b
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue
Block a user