[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110721170122.1fd4a06e.rdunlap@xenotime.net>
Date: Thu, 21 Jul 2011 17:01:22 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>,
Mike Frysinger <vapier@...too.org>
Cc: torvalds <torvalds@...ux-foundation.org>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH] firmware: sigma.c needs MODULE_LICENSE
From: Randy Dunlap <rdunlap@...otime.net>
Fix module tainting message:
sigma: module license 'unspecified' taints kernel.
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
Cc: Mike Frysinger <vapier@...too.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");
--
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