net: pass kern to net_proto_family create function
[safe/jmp/linux-2.6] / net / bluetooth / sco.c
index 694a655..dd8f6ec 100644 (file)
@@ -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;