aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_unicode.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2011-03-14 19:01:59 +0000
committerSteve French <sfrench@us.ibm.com>2011-05-19 14:10:56 +0000
commitceec1e0fae6eecac876ec28cfb97786f87dfb1c6 (patch)
tree834a9d5566dc4f3703dce20d5ebf37df2f9a218f /fs/cifs/cifs_unicode.h
parent4e64fb33dea9c4cad0106760c49c7629d4c699a5 (diff)
downloadkernel_samsung_smdk4412-ceec1e0fae6eecac876ec28cfb97786f87dfb1c6.zip
kernel_samsung_smdk4412-ceec1e0fae6eecac876ec28cfb97786f87dfb1c6.tar.gz
kernel_samsung_smdk4412-ceec1e0fae6eecac876ec28cfb97786f87dfb1c6.tar.bz2
[CIFS] Remove sparse warning
Move extern for cifsConvertToUCS to different header to prevent following warning: CHECK fs/cifs/cifs_unicode.c fs/cifs/cifs_unicode.c:267:1: warning: symbol 'cifsConvertToUCS' was not declared. Should it be static? Signed-off-by: Steve French <sfrench@us.ibm.com> Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_unicode.h')
-rw-r--r--fs/cifs/cifs_unicode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifs_unicode.h b/fs/cifs/cifs_unicode.h
index 644dd882..6d02fd5 100644
--- a/fs/cifs/cifs_unicode.h
+++ b/fs/cifs/cifs_unicode.h
@@ -82,6 +82,9 @@ int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *);
char *cifs_strndup_from_ucs(const char *src, const int maxlen,
const bool is_unicode,
const struct nls_table *codepage);
+extern int cifsConvertToUCS(__le16 *target, const char *source, int maxlen,
+ const struct nls_table *cp, int mapChars);
+
#endif
/*