diff options
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 7d54a5a4dd55..fae083930eee 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -306,8 +306,6 @@ extern int CIFSGetSrvInodeNumber(const int xid, struct cifsTconInfo *tcon, | |||
306 | const unsigned char *searchName, __u64 *inode_number, | 306 | const unsigned char *searchName, __u64 *inode_number, |
307 | const struct nls_table *nls_codepage, | 307 | const struct nls_table *nls_codepage, |
308 | int remap_special_chars); | 308 | int remap_special_chars); |
309 | extern int cifs_convertUCSpath(char *target, const __le16 *source, int maxlen, | ||
310 | const struct nls_table *codepage); | ||
311 | extern int cifsConvertToUCS(__le16 *target, const char *source, int maxlen, | 309 | extern int cifsConvertToUCS(__le16 *target, const char *source, int maxlen, |
312 | const struct nls_table *cp, int mapChars); | 310 | const struct nls_table *cp, int mapChars); |
313 | 311 | ||