]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/compr_zlib.c
Merge branch 'master' of git://git.infradead.org/~kmpark/onenand-mtd-2.6
[linux-2.6-omap-h63xx.git] / fs / jffs2 / compr_zlib.c
index d43cbac4fb9b13dbcd7f4038205ebe9a1ef84408..3681d0728ac7901f2179534ebec0f4d9c88afcf8 100644 (file)
@@ -15,7 +15,6 @@
 #error "The userspace support got too messy and was removed. Update your mkfs.jffs2"
 #endif
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
@@ -60,7 +59,7 @@ static int __init alloc_workspaces(void)
        return 0;
 }
 
-static void __exit free_workspaces(void)
+static void free_workspaces(void)
 {
        vfree(def_strm.workspace);
        vfree(inf_strm.workspace);
@@ -216,7 +215,7 @@ int __init jffs2_zlib_init(void)
     return ret;
 }
 
-void __exit jffs2_zlib_exit(void)
+void jffs2_zlib_exit(void)
 {
     jffs2_unregister_compressor(&jffs2_zlib_comp);
     free_workspaces();