net: pass kern to net_proto_family create function
[firefly-linux-kernel-4.4.55.git] / net / econet / af_econet.c
index 5e9426a11c3ed8955c2f46af8d3d3c0f14b75cf4..596679803de57626b1c4220389fb3ec1da46317a 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;