From: Randy Dunlap <[email protected]> Add missing MODULE_LICENSE():
WARNING: modpost: missing MODULE_LICENSE() in arch/um/drivers/mmapper_kern.o Signed-off-by: Randy Dunlap <[email protected]> Cc: Greg Lonnon <[email protected]> --- arch/um/drivers/mmapper_kern.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20101214.orig/arch/um/drivers/mmapper_kern.c +++ linux-next-20101214/arch/um/drivers/mmapper_kern.c @@ -137,3 +137,4 @@ module_exit(mmapper_exit); MODULE_AUTHOR("Greg Lonnon <[email protected]>"); MODULE_DESCRIPTION("DSPLinux simulator mmapper driver"); +MODULE_LICENSE("GPL"); ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
