l2tp: l2tp_eth: Fix section mismatch warning

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt
2010-09-20 15:34:48 -07:00
committed by Colin Cross
parent a858d75563
commit 16ced7c46c

View 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),