mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
l2tp: l2tp_eth: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user