From: Rashika Kheria Date: Thu, 27 Feb 2014 11:46:57 +0000 (+0530) Subject: rcutorture: Mark function as static in kernel/rcu/torture.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^3~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b8a4d42bba8e1fb1b91cc6fd53829d28a503de;p=pandora-kernel.git rcutorture: Mark function as static in kernel/rcu/torture.c Mark functions as static in kernel/rcu/torture.c because they are not used outside this file. This eliminates the following warning in kernel/rcu/torture.c: kernel/rcu/torture.c:902:6: warning: no previous prototype for ‘rcutorture_trace_dump’ [-Wmissing-prototypes] kernel/rcu/torture.c:1572:6: warning: no previous prototype for ‘rcu_torture_barrier_cbf’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed