The patch titled Subject: lib/ucs2_string.c: add MODULE_LICENSE() has been removed from the -mm tree. Its filename was lib-ucs2_string-add-module_license.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: 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/b2505bb4-dcf5-fc46-443d-e47db1cb2f59@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Matthew Garrett <matthew.garrett@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/ucs2_string.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN lib/ucs2_string.c~lib-ucs2_string-add-module_license lib/ucs2_string.c --- a/lib/ucs2_string.c~lib-ucs2_string-add-module_license +++ a/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"); _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are hexagon-fix-printk-format-warning-in-setupc.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html