diff options
Diffstat (limited to 'include/net/inet_timewait_sock.h')
-rw-r--r-- | include/net/inet_timewait_sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h index 07fe0d1a4f03..95c660c9719b 100644 --- a/include/net/inet_timewait_sock.h +++ b/include/net/inet_timewait_sock.h | |||
@@ -219,7 +219,7 @@ struct net *twsk_net(const struct inet_timewait_sock *twsk) | |||
219 | } | 219 | } |
220 | 220 | ||
221 | static inline | 221 | static inline |
222 | void twsk_net_set(struct inet_timewait_sock *twsk, const struct net *net) | 222 | void twsk_net_set(struct inet_timewait_sock *twsk, struct net *net) |
223 | { | 223 | { |
224 | #ifdef CONFIG_NET_NS | 224 | #ifdef CONFIG_NET_NS |
225 | twsk->tw_net = net; | 225 | twsk->tw_net = net; |