This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / jfs / jfs_unicode.c
index b32208a..974077f 100644 (file)
@@ -29,7 +29,7 @@
  * FUNCTION:   Convert little-endian unicode string to character string
  *
  */
-int jfs_strfromUCS_le(char *to, const __le16 * from,
+int jfs_strfromUCS_le(char *to, const wchar_t * from,  /* LITTLE ENDIAN */
                      int len, struct nls_table *codepage)
 {
        int i;