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>
This commit is contained in:
parent
ec8f23ce0f
commit
a5347fe36b
10 changed files with 0 additions and 58 deletions
|
@ -768,13 +768,6 @@ static struct ctl_table ipv4_net_table[] = {
|
|||
{ }
|
||||
};
|
||||
|
||||
struct ctl_path net_ipv4_ctl_path[] = {
|
||||
{ .procname = "net", },
|
||||
{ .procname = "ipv4", },
|
||||
{ },
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(net_ipv4_ctl_path);
|
||||
|
||||
static __net_init int ipv4_sysctl_init_net(struct net *net)
|
||||
{
|
||||
struct ctl_table *table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue