diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-19 09:45:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-20 21:22:30 -0400 |
commit | a5347fe36b313c07d59b065d00a8fa56362c5f97 (patch) | |
tree | 8778711b514baca6f5686777c0dea245a8874711 /net/ipv6 | |
parent | ec8f23ce0f4005b74013d4d122e0d540397a93c9 (diff) |
net: Delete all remaining instances of ctl_path
We don't use struct ctl_path anymore so delete the exported constants.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/sysctl_net_ipv6.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/ipv6/sysctl_net_ipv6.c b/net/ipv6/sysctl_net_ipv6.c index a52d8203a5de..e85c48bd404f 100644 --- a/net/ipv6/sysctl_net_ipv6.c +++ b/net/ipv6/sysctl_net_ipv6.c | |||
@@ -38,13 +38,6 @@ static ctl_table ipv6_rotable[] = { | |||
38 | { } | 38 | { } |
39 | }; | 39 | }; |
40 | 40 | ||
41 | struct ctl_path net_ipv6_ctl_path[] = { | ||
42 | { .procname = "net", }, | ||
43 | { .procname = "ipv6", }, | ||
44 | { }, | ||
45 | }; | ||
46 | EXPORT_SYMBOL_GPL(net_ipv6_ctl_path); | ||
47 | |||
48 | static int __net_init ipv6_sysctl_net_init(struct net *net) | 41 | static int __net_init ipv6_sysctl_net_init(struct net *net) |
49 | { | 42 | { |
50 | struct ctl_table *ipv6_table; | 43 | struct ctl_table *ipv6_table; |