net: pass kern to net_proto_family create function
[safe/jmp/linux-2.6] / net / ieee802154 / af_ieee802154.c
index 309348f..de6e34d 100644 (file)
@@ -234,7 +234,7 @@ static const struct proto_ops ieee802154_dgram_ops = {
  * set the state.
  */
 static int ieee802154_create(struct net *net, struct socket *sock,
-               int protocol)
+                            int protocol, int kern)
 {
        struct sock *sk;
        int rc;