aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/dst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index e24a41644c00..c45dcc31b3bb 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -102,6 +102,7 @@ struct dst_ops
102 102
103 atomic_t entries; 103 atomic_t entries;
104 struct kmem_cache *kmem_cachep; 104 struct kmem_cache *kmem_cachep;
105 struct net *dst_net;
105}; 106};
106 107
107#ifdef __KERNEL__ 108#ifdef __KERNEL__