net: pass kern to net_proto_family create function
[pandora-kernel.git] / net / econet / af_econet.c
index 5e9426a..5966798 100644 (file)
@@ -605,7 +605,8 @@ static struct proto econet_proto = {
  *     Create an Econet socket
  */
 
-static int econet_create(struct net *net, struct socket *sock, int protocol)
+static int econet_create(struct net *net, struct socket *sock, int protocol,
+                        int kern)
 {
        struct sock *sk;
        struct econet_sock *eo;