mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[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>
This commit is contained in:
parent
aa4291108f
commit
4fda25a2cd
@ -27,7 +27,7 @@ struct dccp_li_hist_entry {
|
|||||||
u32 dccplih_interval;
|
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)
|
static inline struct dccp_li_hist_entry *dccp_li_hist_entry_new(const gfp_t prio)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user