diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/net_namespace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 13b0e3b547f0..934c840b5941 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -96,9 +96,6 @@ static inline void release_net(struct net *net) | |||
96 | #endif | 96 | #endif |
97 | } | 97 | } |
98 | 98 | ||
99 | extern void net_lock(void); | ||
100 | extern void net_unlock(void); | ||
101 | |||
102 | #define for_each_net(VAR) \ | 99 | #define for_each_net(VAR) \ |
103 | list_for_each_entry(VAR, &net_namespace_list, list) | 100 | list_for_each_entry(VAR, &net_namespace_list, list) |
104 | 101 | ||