diff options
-rw-r--r-- | net/sched/act_simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_simple.c b/net/sched/act_simple.c index 8c1ab8ad8fa6..901571a67707 100644 --- a/net/sched/act_simple.c +++ b/net/sched/act_simple.c | |||
@@ -28,7 +28,7 @@ static struct tcf_common *tcf_simp_ht[SIMP_TAB_MASK + 1]; | |||
28 | static u32 simp_idx_gen; | 28 | static u32 simp_idx_gen; |
29 | static DEFINE_RWLOCK(simp_lock); | 29 | static DEFINE_RWLOCK(simp_lock); |
30 | 30 | ||
31 | struct tcf_hashinfo simp_hash_info = { | 31 | static struct tcf_hashinfo simp_hash_info = { |
32 | .htab = tcf_simp_ht, | 32 | .htab = tcf_simp_ht, |
33 | .hmask = SIMP_TAB_MASK, | 33 | .hmask = SIMP_TAB_MASK, |
34 | .lock = &simp_lock, | 34 | .lock = &simp_lock, |