[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b2505bb4-dcf5-fc46-443d-e47db1cb2f59@infradead.org>
Date: Thu, 7 Jun 2018 09:25:56 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Matthew Garrett <matthew.garrett@...ula.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] lib/ucs2_string: add MODULE_LICENSE()
From: Randy Dunlap <rdunlap@...radead.org>
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
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Matthew Garrett <matthew.garrett@...ula.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
Found in linux-next but applies to current mainline.
lib/ucs2_string.c | 2 ++
1 file changed, 2 insertions(+)
--- linux-next-20180607.orig/lib/ucs2_string.c
+++ linux-next-20180607/lib/ucs2_string.c
@@ -112,3 +112,5 @@ ucs2_as_utf8(u8 *dest, const ucs2_char_t
return j;
}
EXPORT_SYMBOL(ucs2_as_utf8);
+
+MODULE_LICENSE("GPL v2");
Powered by blists - more mailing lists