diff options
Diffstat (limited to 'net/packet/af_packet.c')
-rw-r--r-- | net/packet/af_packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index e0516a22be2e..a97acfe7e770 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c | |||
@@ -2448,7 +2448,7 @@ static const struct file_operations packet_seq_fops = { | |||
2448 | 2448 | ||
2449 | #endif | 2449 | #endif |
2450 | 2450 | ||
2451 | static int packet_net_init(struct net *net) | 2451 | static int __net_init packet_net_init(struct net *net) |
2452 | { | 2452 | { |
2453 | rwlock_init(&net->packet.sklist_lock); | 2453 | rwlock_init(&net->packet.sklist_lock); |
2454 | INIT_HLIST_HEAD(&net->packet.sklist); | 2454 | INIT_HLIST_HEAD(&net->packet.sklist); |
@@ -2459,7 +2459,7 @@ static int packet_net_init(struct net *net) | |||
2459 | return 0; | 2459 | return 0; |
2460 | } | 2460 | } |
2461 | 2461 | ||
2462 | static void packet_net_exit(struct net *net) | 2462 | static void __net_exit packet_net_exit(struct net *net) |
2463 | { | 2463 | { |
2464 | proc_net_remove(net, "packet"); | 2464 | proc_net_remove(net, "packet"); |
2465 | } | 2465 | } |