aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 45e76f209dcb..4bc8e48434a7 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -200,14 +200,6 @@ static struct ctl_table root_table[] = {
200 .mode = 0555, 200 .mode = 0555,
201 .child = vm_table, 201 .child = vm_table,
202 }, 202 },
203#ifdef CONFIG_NET
204 {
205 .ctl_name = CTL_NET,
206 .procname = "net",
207 .mode = 0555,
208 .child = net_table,
209 },
210#endif
211 { 203 {
212 .ctl_name = CTL_FS, 204 .ctl_name = CTL_FS,
213 .procname = "fs", 205 .procname = "fs",