net: pass kern to net_proto_family create function
[safe/jmp/linux-2.6] / drivers / isdn / mISDN / socket.c
index 28182ed..fcfe17a 100644 (file)
@@ -779,7 +779,7 @@ base_sock_create(struct net *net, struct socket *sock, int protocol)
 }
 
 static int
-mISDN_sock_create(struct net *net, struct socket *sock, int proto)
+mISDN_sock_create(struct net *net, struct socket *sock, int proto, int kern)
 {
        int err = -EPROTONOSUPPORT;