From: Adrian Bunk The patch below #if 0's two unussed global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- /dev/null | 0 25-akpm/fs/befs/debug.c | 2 ++ 2 files changed, 2 insertions(+) diff -puN fs/befs/debug.c~befs-if-0-two-unused-global-functions-fwd fs/befs/debug.c --- 25/fs/befs/debug.c~befs-if-0-two-unused-global-functions-fwd 2004-12-11 22:33:00.422545768 -0800 +++ 25-akpm/fs/befs/debug.c 2004-12-11 22:33:00.426545160 -0800 @@ -222,6 +222,7 @@ befs_dump_super_block(const struct super #endif //CONFIG_BEFS_DEBUG } +#if 0 /* unused */ void befs_dump_small_data(const struct super_block *sb, befs_small_data * sd) @@ -241,6 +242,7 @@ befs_dump_run(const struct super_block * #endif //CONFIG_BEFS_DEBUG } +#endif /* 0 */ void befs_dump_index_entry(const struct super_block *sb, befs_btree_super * super) diff -L fs/befs/debug.c.old -puN /dev/null /dev/null _