]> err.no Git - linux-2.6/blobdiff - net/core/net_namespace.c
[MAC80211]: remove set_key_idx callback
[linux-2.6] / net / core / net_namespace.c
index f259a9b6fdc1e03e83ce29931a720cd29b80141e..1fc513c4c79e8be343ebe6ec5dadfaf3baa2b4b1 100644 (file)
@@ -32,10 +32,12 @@ void net_unlock(void)
        mutex_unlock(&net_list_mutex);
 }
 
+#if 0
 static struct net *net_alloc(void)
 {
        return kmem_cache_alloc(net_cachep, GFP_KERNEL);
 }
+#endif
 
 static void net_free(struct net *net)
 {