Skip to content

Commit

Permalink
ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 10, 2012
1 parent 56a6b24 commit 2b823f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 2b823f7

Please sign in to comment.