diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-17 03:19:55 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2008-04-17 08:22:23 -0400 |
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 c9c75856af80..d3aae5633722 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h | |||
@@ -102,7 +102,6 @@ struct extent_position { | |||
102 | }; | 102 | }; |
103 | 103 | ||
104 | /* super.c */ | 104 | /* super.c */ |
105 | extern void udf_error(struct super_block *, const char *, const char *, ...); | ||
106 | extern void udf_warning(struct super_block *, const char *, const char *, ...); | 105 | extern void udf_warning(struct super_block *, const char *, const char *, ...); |
107 | 106 | ||
108 | /* namei.c */ | 107 | /* namei.c */ |