The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] firmware: sigma.c needs MODULE_LICENSE
@ 2011-07-22  0:01 Randy Dunlap
  2011-07-22  1:30 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-07-22  0:01 UTC (permalink / raw)
  To: lkml, Mike Frysinger; +Cc: torvalds, akpm

From: Randy Dunlap <rdunlap@xenotime.net>

Fix module tainting message:
sigma: module license 'unspecified' taints kernel.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Mike Frysinger <vapier@gentoo.org>
---
 drivers/firmware/sigma.c |    3 +++
 1 file changed, 3 insertions(+)

--- lnx-30-rc7.orig/drivers/firmware/sigma.c
+++ lnx-30-rc7/drivers/firmware/sigma.c
@@ -11,6 +11,7 @@
 #include <linux/firmware.h>
 #include <linux/kernel.h>
 #include <linux/i2c.h>
+#include <linux/module.h>
 #include <linux/sigma.h>
 
 /* Return: 0==OK, <0==error, =1 ==no more actions */
@@ -113,3 +114,5 @@ int process_sigma_firmware(struct i2c_cl
 	return ret;
 }
 EXPORT_SYMBOL(process_sigma_firmware);
+
+MODULE_LICENSE("GPL");

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-22  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22  0:01 [PATCH] firmware: sigma.c needs MODULE_LICENSE Randy Dunlap
2011-07-22  1:30 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox