aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/net_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c
index 383252b50411..ec936ae92458 100644
--- a/net/core/net_namespace.c
+++ b/net/core/net_namespace.c
@@ -18,7 +18,7 @@ static DEFINE_MUTEX(net_mutex);
18LIST_HEAD(net_namespace_list); 18LIST_HEAD(net_namespace_list);
19 19
20struct net init_net; 20struct net init_net;
21EXPORT_SYMBOL_GPL(init_net); 21EXPORT_SYMBOL(init_net);
22 22
23/* 23/*
24 * setup_net runs the initializers for the network namespace object. 24 * setup_net runs the initializers for the network namespace object.