diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-19 13:32:39 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-20 21:21:18 -0400 |
commit | 4e5ca78541c549ec8886ad2fc19306f35ee672e1 (patch) | |
tree | 8e3119cc1710d20cd4f672e1f91b4adedbd5fab0 /include | |
parent | a5287acc6ca3c69821ab4c5439be8c0ff30a20cb (diff) | |
download | linux-3.10-4e5ca78541c549ec8886ad2fc19306f35ee672e1.tar.gz linux-3.10-4e5ca78541c549ec8886ad2fc19306f35ee672e1.tar.bz2 linux-3.10-4e5ca78541c549ec8886ad2fc19306f35ee672e1.zip |
net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
sysctl no longer requires explicit creation of directories. The neigh
directory is always populated with at least a default entry so this
won't cause any user visible changes.
Delete the ipv4_path and the ipv4_skeleton these are no longer needed.
Directly register the ipv4_route_table.
And since I am an idiot remove the header definitions that I should
have removed in the previous patch.
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 'include')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 2d3fca37c6a..e1a85adbeee 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -661,8 +661,6 @@ extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); extern struct ctl_table *ipv6_route_sysctl_init(struct net *net); extern int ipv6_sysctl_register(void); extern void ipv6_sysctl_unregister(void); -extern int ipv6_static_sysctl_register(void); -extern void ipv6_static_sysctl_unregister(void); #endif #endif /* _NET_IPV6_H */ |