* [PATCH] uml: mmapper_kern needs MODULE_LICENSE
@ 2010-12-15 0:26 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2010-12-15 0:26 UTC (permalink / raw)
To: lkml, user-mode-linux-devel; +Cc: Jeff Dike, akpm, Greg Lonnon
From: Randy Dunlap <randy.dunlap@oracle.com>
Add missing MODULE_LICENSE():
WARNING: modpost: missing MODULE_LICENSE() in arch/um/drivers/mmapper_kern.o
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Greg Lonnon <glonnon@ridgerun.com>
---
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 <glonnon@ridgerun.com>");
MODULE_DESCRIPTION("DSPLinux simulator mmapper driver");
+MODULE_LICENSE("GPL");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-15 0:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 0:26 [PATCH] uml: mmapper_kern needs MODULE_LICENSE Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox