net: mark net_proto_ops as const
All usages of structure net_proto_ops should be declared const. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
f7734fdf61
commit
ec1b4cf74c
@@ -1476,7 +1476,7 @@ static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
|
||||
return rc;
|
||||
}
|
||||
|
||||
static struct net_proto_family x25_family_ops = {
|
||||
static const struct net_proto_family x25_family_ops = {
|
||||
.family = AF_X25,
|
||||
.create = x25_create,
|
||||
.owner = THIS_MODULE,
|
||||
|
Reference in New Issue
Block a user