]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.
authorDavid S. Miller <davem@davemloft.net>
Sun, 10 Jun 2012 02:00:16 +0000 (19:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Jun 2012 02:00:16 +0000 (19:00 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c

index 7f346d7492d2fbef31b47f9dd87dd2367ee608d7..9586c27e069c6b8da2d10da184af24ac930e7eee 100644 (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,
 };