commit | 2b823f72585552ef6fb77d6c081e55e047e879f0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Jun 09 19:00:16 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 09 19:00:16 2012 -0700 |
tree | a17029a4134a3ae2b1e59376ae830ff075d9c396 | |
parent | 56a6b248eb345c1948ee60bf426de1ff7dd81509 [diff] [blame] |
ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 7f346d7..9586c27 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c
@@ -3016,7 +3016,7 @@ 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, };