net: constify some ppp/pptp structs
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a9478e3861
commit
756e64a0b1
@ -1768,7 +1768,7 @@ static const struct proto_ops pppol2tp_ops = {
|
||||
.ioctl = pppox_ioctl,
|
||||
};
|
||||
|
||||
static struct pppox_proto pppol2tp_proto = {
|
||||
static const struct pppox_proto pppol2tp_proto = {
|
||||
.create = pppol2tp_create,
|
||||
.ioctl = pppol2tp_ioctl
|
||||
};
|
||||
|
Reference in New Issue
Block a user