aboutsummaryrefslogtreecommitdiffstats
path: root/net/sysctl_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sysctl_net.c')
-rw-r--r--net/sysctl_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sysctl_net.c b/net/sysctl_net.c
index 919981324171..9aed6fe1bf1a 100644
--- a/net/sysctl_net.c
+++ b/net/sysctl_net.c
@@ -106,7 +106,6 @@ __init int net_sysctl_init(void)
106 ret = register_pernet_subsys(&sysctl_pernet_ops); 106 ret = register_pernet_subsys(&sysctl_pernet_ops);
107 if (ret) 107 if (ret)
108 goto out1; 108 goto out1;
109 register_sysctl_root(&net_sysctl_root);
110out: 109out:
111 return ret; 110 return ret;
112out1: 111out1: