public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] leds-net5501: taints kernel, add license
@ 2010-11-04 17:28 Randy Dunlap
  2010-11-05 13:40 ` Richard Purdie
  2010-11-05 21:35 ` Alessandro Zummo
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2010-11-04 17:28 UTC (permalink / raw)
  To: lkml, torvalds; +Cc: Richard Purdie, akpm, Alessandro Zummo

From: Randy Dunlap <randy.dunlap@oracle.com>

Add MODULE_LICENSE() that matches file comments so that kernel
is not tainted.

	leds_net5501: module license 'unspecified' taints kernel.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/leds/leds-net5501.c |    2 ++
 1 file changed, 2 insertions(+)

Alessandro, why does this module not have a module_exit() function?
I.e., why can it not be unloaded?


--- lnx-2637-rc1.orig/drivers/leds/leds-net5501.c
+++ lnx-2637-rc1/drivers/leds/leds-net5501.c
@@ -92,3 +92,5 @@ unmap:
 }
 
 arch_initcall(soekris_init);
+
+MODULE_LICENSE("GPL");

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

end of thread, other threads:[~2010-11-05 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 17:28 [PATCH] leds-net5501: taints kernel, add license Randy Dunlap
2010-11-05 13:40 ` Richard Purdie
2010-11-05 21:35 ` Alessandro Zummo

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