projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a858d75
)
l2tp: l2tp_eth: Fix section mismatch warning
author
Dmitry Shmidt
<dimitrysh@google.com>
Mon, 20 Sep 2010 22:34:48 +0000
(15:34 -0700)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/net/l2tp/l2tp_eth.c
b/net/l2tp/l2tp_eth.c
index 1ae697681bc735f3f4ed8cf98f9f63745157be36..4caca4af1e768c276cf0266adb61ab39c805ad55 100644
(file)
--- 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),