diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-17 10:19:55 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-04-17 14:22:23 +0200 |
commit | b8145a769765ce9688eb84080d4c48b22a3553f2 (patch) | |
tree | 46f49dd2baed227456b84847eaad88999cb27a60 /fs/udf/udfdecl.h | |
parent | 8dee00bb758f9e1d7fac9f5d2463d09444d4f255 (diff) |
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>
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r-- | fs/udf/udfdecl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index c9c75856af8..d3aae563372 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h @@ -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 */ |