diff options
Diffstat (limited to 'net/sysctl_net.c')
-rw-r--r-- | net/sysctl_net.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/sysctl_net.c b/net/sysctl_net.c index a4f0ed8d0e79..16ad14b5d572 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c | |||
@@ -31,14 +31,6 @@ | |||
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | struct ctl_table net_table[] = { | 33 | struct ctl_table net_table[] = { |
34 | #ifdef CONFIG_TR | ||
35 | { | ||
36 | .ctl_name = NET_TR, | ||
37 | .procname = "token-ring", | ||
38 | .mode = 0555, | ||
39 | .child = tr_table, | ||
40 | }, | ||
41 | #endif | ||
42 | { 0 }, | 34 | { 0 }, |
43 | }; | 35 | }; |
44 | 36 | ||