diff options
Diffstat (limited to 'lib/ucs2_string.c')
-rw-r--r-- | lib/ucs2_string.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ucs2_string.c b/lib/ucs2_string.c index d7e06b28de38..0a559a42359b 100644 --- a/lib/ucs2_string.c +++ b/lib/ucs2_string.c | |||
@@ -112,3 +112,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength) | |||
112 | return j; | 112 | return j; |
113 | } | 113 | } |
114 | EXPORT_SYMBOL(ucs2_as_utf8); | 114 | EXPORT_SYMBOL(ucs2_as_utf8); |
115 | |||
116 | MODULE_LICENSE("GPL v2"); | ||