aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/core/sysctl_net_core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c
index 113cc728dc31..277c8faaf732 100644
--- a/net/core/sysctl_net_core.c
+++ b/net/core/sysctl_net_core.c
@@ -13,8 +13,6 @@
13#include <net/sock.h> 13#include <net/sock.h>
14#include <net/xfrm.h> 14#include <net/xfrm.h>
15 15
16#ifdef CONFIG_SYSCTL
17
18ctl_table core_table[] = { 16ctl_table core_table[] = {
19#ifdef CONFIG_NET 17#ifdef CONFIG_NET
20 { 18 {
@@ -151,5 +149,3 @@ ctl_table core_table[] = {
151 }, 149 },
152 { .ctl_name = 0 } 150 { .ctl_name = 0 }
153}; 151};
154
155#endif