summaryrefslogtreecommitdiffstats
path: root/fs/jffs/intrep.h
diff options
context:
space:
mode:
authorAdrian Bunk2005-06-25 23:59:06 +0200
committerLinus Torvalds2005-06-26 01:25:04 +0200
commit94c9eca223048ae15df1989fae50eefda9daae7e (patch)
treefe366a89ab391ab36d4b5ee0ac0ceb9485afa3d3 /fs/jffs/intrep.h
parent[PATCH] drivers/char/rocket.c: cleanups (diff)
downloadkernel-qcow2-linux-94c9eca223048ae15df1989fae50eefda9daae7e.tar.gz
kernel-qcow2-linux-94c9eca223048ae15df1989fae50eefda9daae7e.tar.xz
kernel-qcow2-linux-94c9eca223048ae15df1989fae50eefda9daae7e.zip
[PATCH] fs/jffs/: cleanups
This patch contains the following cleanups: - make needlessly global functions static - provide some debugging helper functions only for appropriate values of CONFIG_JFFS_FS_VERBOSE Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/jffs/intrep.h')
-rw-r--r--fs/jffs/intrep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jffs/intrep.h b/fs/jffs/intrep.h
index 4ae97b17911c..5c7abe0e2695 100644
--- a/fs/jffs/intrep.h
+++ b/fs/jffs/intrep.h
@@ -49,8 +49,6 @@ int jffs_garbage_collect_thread(void *c);
void jffs_garbage_collect_trigger(struct jffs_control *c);
/* For debugging purposes. */
-void jffs_print_node(struct jffs_node *n);
-void jffs_print_raw_inode(struct jffs_raw_inode *raw_inode);
#if 0
int jffs_print_file(struct jffs_file *f);
#endif /* 0 */