mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
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:
parent
f7734fdf61
commit
ec1b4cf74c
35 changed files with 36 additions and 37 deletions
|
@ -993,7 +993,7 @@ static const struct proto_ops sco_sock_ops = {
|
|||
.getsockopt = sco_sock_getsockopt
|
||||
};
|
||||
|
||||
static struct net_proto_family sco_sock_family_ops = {
|
||||
static const struct net_proto_family sco_sock_family_ops = {
|
||||
.family = PF_BLUETOOTH,
|
||||
.owner = THIS_MODULE,
|
||||
.create = sco_sock_create,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue