mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
l2tp: l2tp_eth: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
a858d75563
commit
16ced7c46c
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user