From 16ced7c46c352ec18f30169243ca0bfd791c68ef Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Mon, 20 Sep 2010 15:34:48 -0700 Subject: [PATCH] l2tp: l2tp_eth: Fix section mismatch warning Signed-off-by: Dmitry Shmidt --- net/l2tp/l2tp_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/l2tp/l2tp_eth.c b/net/l2tp/l2tp_eth.c index 1ae697681bc7..4caca4af1e76 100644 --- a/net/l2tp/l2tp_eth.c +++ b/net/l2tp/l2tp_eth.c @@ -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), -- 2.34.1