Skip to content

Commit

Permalink
[DCCP]: Make struct dccp_li_cachep static.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jul 11, 2007
1 parent aa42911 commit 4fda25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dccp/ccids/lib/loss_interval.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4fda25a

Please sign in to comment.