diff options
Diffstat (limited to 'net/core/neighbour.c')
| -rw-r--r-- | net/core/neighbour.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index 434eed8c618..0c2df3d3cfb 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c @@ -3017,7 +3017,7 @@ void neigh_sysctl_unregister(struct neigh_parms *p)  	if (p->sysctl_table) {  		struct neigh_sysctl_table *t = p->sysctl_table;  		p->sysctl_table = NULL; -		unregister_sysctl_table(t->sysctl_header); +		unregister_net_sysctl_table(t->sysctl_header);  		kfree(t->dev_name);  		kfree(t);  	}  |