aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sysctl_net_core.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-04-19 13:45:29 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-20 21:22:30 -0400
commita5347fe36b313c07d59b065d00a8fa56362c5f97 (patch)
tree8778711b514baca6f5686777c0dea245a8874711 /net/core/sysctl_net_core.c
parentnet: Convert all sysctl registrations to register_net_sysctl (diff)
downloadlinux-dev-a5347fe36b313c07d59b065d00a8fa56362c5f97.tar.xz
linux-dev-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 <ebiederm@xmission.com> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/sysctl_net_core.c')
-rw-r--r--net/core/sysctl_net_core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c
index 64924e345a9b..a7c36845b123 100644
--- a/net/core/sysctl_net_core.c
+++ b/net/core/sysctl_net_core.c
@@ -203,12 +203,6 @@ static struct ctl_table netns_core_table[] = {
{ }
};
-__net_initdata struct ctl_path net_core_path[] = {
- { .procname = "net", },
- { .procname = "core", },
- { },
-};
-
static __net_init int sysctl_core_net_init(struct net *net)
{
struct ctl_table *tbl;