make udf_error() static

This patch makes the needlessly global udf_error() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Adrian Bunk
2008-02-17 10:19:55 +02:00
committed by Jan Kara
parent 8dee00bb75
commit b8145a7697
2 changed files with 4 additions and 3 deletions

View File

@@ -102,7 +102,6 @@ struct extent_position {
};
/* super.c */
extern void udf_error(struct super_block *, const char *, const char *, ...);
extern void udf_warning(struct super_block *, const char *, const char *, ...);
/* namei.c */