linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add missing MODULE_LICENSE tag to oid_registry
@ 2013-05-03 20:16 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2013-05-03 20:16 UTC (permalink / raw)
  To: Linux Kernel; +Cc: dhowells

if CONFIG_OID_REGISTRY=m

[  241.094450] oid_registry: module license 'unspecified' taints kernel.

Signed-off-by: Dave Jones <davej@redhat.com>

diff --git a/lib/oid_registry.c b/lib/oid_registry.c
index d8de11f..6eff319 100644
--- a/lib/oid_registry.c
+++ b/lib/oid_registry.c
@@ -9,6 +9,7 @@
  * 2 of the Licence, or (at your option) any later version.
  */
 
+#include <linux/module.h>
 #include <linux/export.h>
 #include <linux/oid_registry.h>
 #include <linux/kernel.h>
@@ -168,3 +169,5 @@ int sprint_OID(enum OID oid, char *buffer, size_t bufsize)
 	return ret;
 }
 EXPORT_SYMBOL_GPL(sprint_OID);
+
+MODULE_LICENSE("GPL");

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-03 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 20:16 Add missing MODULE_LICENSE tag to oid_registry Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).