Browse Source

rcu: Remove "inline" from rcu_perf_print_module_parms()

This function is in rcuperf.c, which is not an include file, so there
is no problem dropping the "inline", especially given that this function
is invoked only twice per rcuperf run.  This commit therefore delegates
the inlining decision to the compiler by dropping the "inline".

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Paul E. McKenney 7 years ago
parent
commit
9622179519
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/rcu/rcuperf.c

+ 1 - 1
kernel/rcu/rcuperf.c

@@ -536,7 +536,7 @@ retry:
 	return 0;
 	return 0;
 }
 }
 
 
-static inline void
+static void
 rcu_perf_print_module_parms(struct rcu_perf_ops *cur_ops, const char *tag)
 rcu_perf_print_module_parms(struct rcu_perf_ops *cur_ops, const char *tag)
 {
 {
 	pr_alert("%s" PERF_FLAG
 	pr_alert("%s" PERF_FLAG