diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2010-09-20 15:34:48 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-09-29 17:49:49 -0700 |
commit | 16ced7c46c352ec18f30169243ca0bfd791c68ef (patch) | |
tree | 82fcdb7944c0aaa09b8fe6dbceccccd7fd9b0dc6 | |
parent | a858d75563563694a88e3276ec6e24dcdaff26a2 (diff) |
l2tp: l2tp_eth: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r-- | net/l2tp/l2tp_eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |