OSDN Git Service

l2tp: l2tp_eth: Fix section mismatch warning
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 20 Sep 2010 22:34:48 +0000 (15:34 -0700)
committerBrian Swetland <swetland@google.com>
Tue, 29 Mar 2011 20:57:58 +0000 (13:57 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/l2tp/l2tp_eth.c

index 8d9ce0a..a8193f5 100644 (file)
@@ -283,7 +283,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),