l2tp: l2tp_eth: Fix section mismatch warning
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 20 Sep 2010 22:34:48 +0000 (15:34 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:49 +0000 (17:49 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/l2tp/l2tp_eth.c

index 1ae697681bc735f3f4ed8cf98f9f63745157be36..4caca4af1e768c276cf0266adb61ab39c805ad55 100644 (file)
@@ -284,7 +284,7 @@ static __net_init int l2tp_eth_init_net(struct net *net)
        return 0;
 }
 
-static __net_initdata struct pernet_operations l2tp_eth_net_ops = {
+static struct pernet_operations l2tp_eth_net_ops = {
        .init = l2tp_eth_init_net,
        .id   = &l2tp_eth_net_id,
        .size = sizeof(struct l2tp_eth_net),