diff options
| author | Eric W. Biederman <[email protected]> | 2012-04-19 13:45:29 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2012-04-21 01:22:30 +0000 |
| commit | a5347fe36b313c07d59b065d00a8fa56362c5f97 (patch) | |
| tree | 8778711b514baca6f5686777c0dea245a8874711 /net/ipv6/sysctl_net_ipv6.c | |
| parent | net: Convert all sysctl registrations to register_net_sysctl (diff) | |
| download | kernel-a5347fe36b313c07d59b065d00a8fa56362c5f97.tar.gz kernel-a5347fe36b313c07d59b065d00a8fa56362c5f97.zip | |
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 <[email protected]>
Acked-by: Pavel Emelyanov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/sysctl_net_ipv6.c')
| -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[] = { { } }; -struct ctl_path net_ipv6_ctl_path[] = { - { .procname = "net", }, - { .procname = "ipv6", }, - { }, -}; -EXPORT_SYMBOL_GPL(net_ipv6_ctl_path); - static int __net_init ipv6_sysctl_net_init(struct net *net) { struct ctl_table *ipv6_table; |
