[DCCP]: Make struct dccp_li_cachep static.
authorAdrian Bunk <bunk@stusta.de>
Mon, 9 Jul 2007 20:18:57 +0000 (13:18 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:18:52 +0000 (22:18 -0700)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ccids/lib/loss_interval.c

index 01c1edb..515225f 100644 (file)
@@ -27,7 +27,7 @@ struct dccp_li_hist_entry {
        u32              dccplih_interval;
 };
 
-struct kmem_cache *dccp_li_cachep __read_mostly;
+static struct kmem_cache *dccp_li_cachep __read_mostly;
 
 static inline struct dccp_li_hist_entry *dccp_li_hist_entry_new(const gfp_t prio)
 {