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 5043a7d0c64e..53ddebc292b6 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) | |||
1058 | 1058 | ||
1059 | static __net_exit void raw_exit_net(struct net *net) | 1059 | static __net_exit void raw_exit_net(struct net *net) |
1060 | { | 1060 | { |
1061 | proc_net_remove(net, "raw"); | 1061 | remove_proc_entry("raw", net->proc_net); |
1062 | } | 1062 | } |
1063 | 1063 | ||
1064 | static __net_initdata struct pernet_operations raw_net_ops = { | 1064 | static __net_initdata struct pernet_operations raw_net_ops = { |