diff options
author | Steve French <sfrench@us.ibm.com> | 2011-03-14 19:01:59 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-05-19 14:10:56 +0000 |
commit | ceec1e0fae6eecac876ec28cfb97786f87dfb1c6 (patch) | |
tree | 834a9d5566dc4f3703dce20d5ebf37df2f9a218f /fs/cifs/cifsproto.h | |
parent | 4e64fb33dea9c4cad0106760c49c7629d4c699a5 (diff) | |
download | linux-3.10-ceec1e0fae6eecac876ec28cfb97786f87dfb1c6.tar.gz linux-3.10-ceec1e0fae6eecac876ec28cfb97786f87dfb1c6.tar.bz2 linux-3.10-ceec1e0fae6eecac876ec28cfb97786f87dfb1c6.zip |
[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/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index a1c94d396af..6e69e06a30b 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -353,8 +353,6 @@ extern int CIFSGetSrvInodeNumber(const int xid, struct cifsTconInfo *tcon, const unsigned char *searchName, __u64 *inode_number, const struct nls_table *nls_codepage, int remap_special_chars); -extern int cifsConvertToUCS(__le16 *target, const char *source, int maxlen, - const struct nls_table *cp, int mapChars); extern int CIFSSMBLock(const int xid, struct cifsTconInfo *tcon, const __u16 netfid, const __u64 len, |