]> err.no Git - linux-2.6/blobdiff - fs/fat/cache.c
Merge master.kernel.org:/home/rmk/linux-2.6-serial
[linux-2.6] / fs / fat / cache.c
index 7c52e465a61903e21f319ffa661236055aa6d1de..77c24fcf712aefdc626781eee7a5bcbb10c62493 100644 (file)
@@ -56,7 +56,7 @@ int __init fat_cache_init(void)
        return 0;
 }
 
-void __exit fat_cache_destroy(void)
+void fat_cache_destroy(void)
 {
        if (kmem_cache_destroy(fat_cache_cachep))
                printk(KERN_INFO "fat_cache: not all structures were freed\n");