ipv6: sysctl fixes

Braino: net.ipv6 in ipv6 skeleton has no business in rotable
class

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Al Viro and committed by David S. Miller ce3113ec 2f4520d3

+1 -1
+1 -1
net/ipv6/sysctl_net_ipv6.c
··· 156 156 int ipv6_static_sysctl_register(void) 157 157 { 158 158 static struct ctl_table empty[1]; 159 - ip6_base = register_net_sysctl_rotable(net_ipv6_ctl_path, empty); 159 + ip6_base = register_sysctl_paths(net_ipv6_ctl_path, empty); 160 160 if (ip6_base == NULL) 161 161 return -ENOMEM; 162 162 return 0;