ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2012-06-09 19:00:16 -07:00
parent 56a6b248eb
commit 2b823f7258
1 changed files with 1 additions and 1 deletions

View File

@ -3016,7 +3016,7 @@ static void __net_exit ipv6_inetpeer_exit(struct net *net)
kfree(bp);
}
static __net_initdata struct pernet_operations ipv6_inetpeer_ops = {
static struct pernet_operations ipv6_inetpeer_ops = {
.init = ipv6_inetpeer_init,
.exit = ipv6_inetpeer_exit,
};