aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/compr.h
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-03-26 21:45:41 -0800
committerDavid Woodhouse <dwmw2@infradead.org>2007-04-02 14:11:25 -0400
commit8dc64fca75b631142f282047d7f6ae9e8af82543 (patch)
treefc8669a5380744346f11dd7fa35feb7c5f0d6af6 /fs/jffs2/compr.h
parent68aa0fa87f6d4b2f5e8ad39ecaec8bba9137bb3d (diff)
downloadkernel_samsung_smdk4412-8dc64fca75b631142f282047d7f6ae9e8af82543.zip
kernel_samsung_smdk4412-8dc64fca75b631142f282047d7f6ae9e8af82543.tar.gz
kernel_samsung_smdk4412-8dc64fca75b631142f282047d7f6ae9e8af82543.tar.bz2
[JFFS2] Delete everything related to obsolete JFFS2_PROC option
Delete everything related to the apparently non-existent kernel config option JFFS2_PROC. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/compr.h')
-rw-r--r--fs/jffs2/compr.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/jffs2/compr.h b/fs/jffs2/compr.h
index 509b8b1..aee2de0 100644
--- a/fs/jffs2/compr.h
+++ b/fs/jffs2/compr.h
@@ -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 */