[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20101214162635.dd87b0d9.randy.dunlap@oracle.com>
Date: Tue, 14 Dec 2010 16:26:35 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>,
user-mode-linux-devel@...ts.sourceforge.net
Cc: Jeff Dike <jdike@...toit.com>, akpm <akpm@...ux-foundation.org>,
Greg Lonnon <glonnon@...gerun.com>
Subject: [PATCH] uml: mmapper_kern needs MODULE_LICENSE
From: Randy Dunlap <randy.dunlap@...cle.com>
Add missing MODULE_LICENSE():
WARNING: modpost: missing MODULE_LICENSE() in arch/um/drivers/mmapper_kern.o
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Greg Lonnon <glonnon@...gerun.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@...gerun.com>");
MODULE_DESCRIPTION("DSPLinux simulator mmapper driver");
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists