diff options
Diffstat (limited to 'net/bluetooth/sco.c')
| -rw-r--r-- | net/bluetooth/sco.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bluetooth/sco.c b/net/bluetooth/sco.c index 77f4153bdb5..dd8f6ec57dc 100644 --- a/net/bluetooth/sco.c +++ b/net/bluetooth/sco.c @@ -430,7 +430,8 @@ static struct sock *sco_sock_alloc(struct net *net, struct socket *sock, int pro  	return sk;  } -static int sco_sock_create(struct net *net, struct socket *sock, int protocol) +static int sco_sock_create(struct net *net, struct socket *sock, int protocol, +			   int kern)  {  	struct sock *sk; @@ -993,7 +994,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,  |