]> err.no Git - linux-2.6/blobdiff - fs/jffs2/compr.h
[JFFS2] Speed up mount for directly-mapped NOR flash
[linux-2.6] / fs / jffs2 / compr.h
index 509b8b1c0811dfb3bea24d92176ab0c9ff4f5250..aee2de0ca69b436a858ba0a34d0c96e3f871b449 100644 (file)
@@ -76,16 +76,6 @@ int jffs2_decompress(struct jffs2_sb_info *c, struct jffs2_inode_info *f,
 
 void jffs2_free_comprbuf(unsigned char *comprbuf, unsigned char *orig);
 
-#ifdef CONFIG_JFFS2_PROC
-int jffs2_enable_compressor_name(const char *name);
-int jffs2_disable_compressor_name(const char *name);
-int jffs2_set_compression_mode_name(const char *mode_name);
-char *jffs2_get_compression_mode_name(void);
-int jffs2_set_compressor_priority(const char *mode_name, int priority);
-char *jffs2_list_compressors(void);
-char *jffs2_stats(void);
-#endif
-
 /* Compressor modules */
 /* These functions will be called by jffs2_compressors_init/exit */