Commit 2b823f72 authored by David S. Miller's avatar David S. Miller

ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 56a6b248
...@@ -3016,7 +3016,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net) ...@@ -3016,7 +3016,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net)
kfree(bp); kfree(bp);
} }
static __net_initdata struct pernet_operations ipv6_inetpeer_ops = { static struct pernet_operations ipv6_inetpeer_ops = {
.init = ipv6_inetpeer_init, .init = ipv6_inetpeer_init,
.exit = ipv6_inetpeer_exit, .exit = ipv6_inetpeer_exit,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment