diff options
Diffstat (limited to 'net/bluetooth/sco.c')
-rw-r--r-- | net/bluetooth/sco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 77f4153bdb5e..694a65541b73 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c | |||
@@ -993,7 +993,7 @@ static const struct proto_ops sco_sock_ops = { | |||
993 | .getsockopt = sco_sock_getsockopt | 993 | .getsockopt = sco_sock_getsockopt |
994 | }; | 994 | }; |
995 | 995 | ||
996 | static struct net_proto_family sco_sock_family_ops = { | 996 | static const struct net_proto_family sco_sock_family_ops = { |
997 | .family = PF_BLUETOOTH, | 997 | .family = PF_BLUETOOTH, |
998 | .owner = THIS_MODULE, | 998 | .owner = THIS_MODULE, |
999 | .create = sco_sock_create, | 999 | .create = sco_sock_create, |