Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fda25a2 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[DCCP]: Make struct dccp_li_cachep static.

parent aa429110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{