diff options
Diffstat (limited to 'kernel/rcutorture.c')
-rw-r--r-- | kernel/rcutorture.c | 2 |
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 | */ |
106 | struct rcu_torture * | 106 | static struct rcu_torture * |
107 | rcu_torture_alloc(void) | 107 | rcu_torture_alloc(void) |
108 | { | 108 | { |
109 | struct list_head *p; | 109 | struct list_head *p; |