niu: Add GRO support.
[pandora-kernel.git] / drivers / net / pppox.c
index 03aecc9..4f6d33f 100644 (file)
@@ -108,9 +108,6 @@ static int pppox_create(struct net *net, struct socket *sock, int protocol)
 {
        int rc = -EPROTOTYPE;
 
-       if (net != &init_net)
-               return -EAFNOSUPPORT;
-
        if (protocol < 0 || protocol > PX_MAX_PROTO)
                goto out;