net: pass kern to net_proto_family create function
[safe/jmp/linux-2.6] / net / bluetooth / hci_sock.c
index e7395f2..1ca5c7c 100644 (file)
@@ -621,7 +621,8 @@ static struct proto hci_sk_proto = {
        .obj_size       = sizeof(struct hci_pinfo)
 };
 
-static int hci_sock_create(struct net *net, struct socket *sock, int protocol)
+static int hci_sock_create(struct net *net, struct socket *sock, int protocol,
+                          int kern)
 {
        struct sock *sk;