]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/user_namespace.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
[linux-2.6-omap-h63xx.git] / kernel / user_namespace.c
index 4c9006275df7fef80ae61944d39cdeea78246bb0..532858fa5b882eb8c3848b4c9ce430440297d2c0 100644 (file)
@@ -6,8 +6,8 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/nsproxy.h>
+#include <linux/slab.h>
 #include <linux/user_namespace.h>
 
 /*
@@ -73,3 +73,4 @@ void free_user_ns(struct kref *kref)
        release_uids(ns);
        kfree(ns);
 }
+EXPORT_SYMBOL(free_user_ns);