]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/user_namespace.c
leds-pca955x: add proper error handling and fix bogus memory handling
[linux-2.6-omap-h63xx.git] / kernel / user_namespace.c
index 2731ba80e30b0dd862a9cb00ce327dd190ad6e07..532858fa5b882eb8c3848b4c9ce430440297d2c0 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/nsproxy.h>
 #include <linux/slab.h>
 #include <linux/user_namespace.h>
@@ -74,3 +73,4 @@ void free_user_ns(struct kref *kref)
        release_uids(ns);
        kfree(ns);
 }
+EXPORT_SYMBOL(free_user_ns);