diff options
| author | Randy Dunlap <[email protected]> | 2018-06-08 00:10:55 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-06-08 00:34:39 +0000 |
| commit | 09088a4047e2d1e749f8ceab1f39c5c0055032e5 (patch) | |
| tree | 79b0602f00b156b95369dfed76012507a4136326 /lib/ucs2_string.c | |
| parent | lib/mpi: headers cleanup (diff) | |
| download | kernel-09088a4047e2d1e749f8ceab1f39c5c0055032e5.tar.gz kernel-09088a4047e2d1e749f8ceab1f39c5c0055032e5.zip | |
lib/ucs2_string.c: add MODULE_LICENSE()
Fix missing MODULE_LICENSE() warning in lib/ucs2_string.c:
WARNING: modpost: missing MODULE_LICENSE() in lib/ucs2_string.o
see include/linux/module.h for more information
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Matthew Garrett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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) return j; } EXPORT_SYMBOL(ucs2_as_utf8); + +MODULE_LICENSE("GPL v2"); |
