diff options
author | Rashika Kheria | 2014-02-27 17:16:57 +0530 |
---|---|---|
committer | Paul E. McKenney | 2014-05-14 09:45:53 -0700 |
commit | b3b8a4d42bba8e1fb1b91cc6fd53829d28a503de (patch) | |
tree | 021bfb2e47d59857dbbfe40a3bcb55c54da9b7bb /tools/testing | |
parent | 97dc0afed12b371f450d04cb406a8664437ec843 (diff) |
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions