diff options
Diffstat (limited to 'net/ipv4/raw.c')
| -rw-r--r-- | net/ipv4/raw.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 5043a7d0c64..53ddebc292b 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c @@ -1058,7 +1058,7 @@ static __net_init int raw_init_net(struct net *net)  static __net_exit void raw_exit_net(struct net *net)  { -	proc_net_remove(net, "raw"); +	remove_proc_entry("raw", net->proc_net);  }  static __net_initdata struct pernet_operations raw_net_ops = {  |