Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.

parent 56a6b248
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,
};
};