Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[linux-drm-fsl-dcu.git] / net / sched / act_simple.c
index 8c1ab8ad8fa6d34b8c32970a321088332e7f7a52..901571a677072c8480b270df13f7d01c173a070c 100644 (file)
@@ -28,7 +28,7 @@ static struct tcf_common *tcf_simp_ht[SIMP_TAB_MASK + 1];
 static u32 simp_idx_gen;
 static DEFINE_RWLOCK(simp_lock);
 
-struct tcf_hashinfo simp_hash_info = {
+static struct tcf_hashinfo simp_hash_info = {
        .htab   =       tcf_simp_ht,
        .hmask  =       SIMP_TAB_MASK,
        .lock   =       &simp_lock,