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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user