diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-09 16:18:57 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-11 01:18:52 -0400 |
commit | 4fda25a2cd7a18e0ef9f29ba3dd6f6cd9b7ca43f (patch) | |
tree | ad9e55895315b49c7bcf43a949cb07c4e0c6a8ec /net/dccp | |
parent | aa4291108f434a183207e645379414270118dccb (diff) |
[DCCP]: Make struct dccp_li_cachep static.
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>
Diffstat (limited to 'net/dccp')
-rw-r--r-- | net/dccp/ccids/lib/loss_interval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/lib/loss_interval.c b/net/dccp/ccids/lib/loss_interval.c index 01c1edb3e349..515225f3a464 100644 --- a/net/dccp/ccids/lib/loss_interval.c +++ b/net/dccp/ccids/lib/loss_interval.c | |||
@@ -27,7 +27,7 @@ struct dccp_li_hist_entry { | |||
27 | u32 dccplih_interval; | 27 | u32 dccplih_interval; |
28 | }; | 28 | }; |
29 | 29 | ||
30 | struct kmem_cache *dccp_li_cachep __read_mostly; | 30 | static struct kmem_cache *dccp_li_cachep __read_mostly; |
31 | 31 | ||
32 | static inline struct dccp_li_hist_entry *dccp_li_hist_entry_new(const gfp_t prio) | 32 | static inline struct dccp_li_hist_entry *dccp_li_hist_entry_new(const gfp_t prio) |
33 | { | 33 | { |