aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutorture.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutorture.c')
-rw-r--r--kernel/rcutorture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index 49fbbeff201c..36efe088ad81 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -103,7 +103,7 @@ atomic_t n_rcu_torture_error;
103/* 103/*
104 * Allocate an element from the rcu_tortures pool. 104 * Allocate an element from the rcu_tortures pool.
105 */ 105 */
106struct rcu_torture * 106static struct rcu_torture *
107rcu_torture_alloc(void) 107rcu_torture_alloc(void)
108{ 108{
109 struct list_head *p; 109 struct list_head *p;