lib/ucs2_string.c: add MODULE_LICENSE()
authorRandy Dunlap <[email protected]>
Fri, 8 Jun 2018 00:10:55 +0000 (17:10 -0700)
committerLinus Torvalds <[email protected]>
Fri, 8 Jun 2018 00:34:39 +0000 (17:34 -0700)
commit09088a4047e2d1e749f8ceab1f39c5c0055032e5
tree79b0602f00b156b95369dfed76012507a4136326
parentcbdc61ae1fa5d824fcfd59282b040f21144999ab
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]>
lib/ucs2_string.c