From: Paul E. McKenney Date: Sun, 18 Aug 2013 19:14:32 +0000 (-0700) Subject: rcu: Convert local functions to static X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~44^2^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01896f7e0a122e8f20082e24f6f9a340034b9c01;p=pandora-kernel.git rcu: Convert local functions to static The rcu_cpu_stall_timeout kernel parameter, the rcu_dynticks per-CPU variable, and the rcu_gp_fqs() function are used only locally. This commit therefore marks them as static. Reported-by: kbuild test robot Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed