public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
@ 2011-07-23  0:17 Randy Dunlap
  2011-07-23  0:33 ` Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2011-07-23  0:17 UTC (permalink / raw)
  To: lkml; +Cc: Hemanth V, Samuel Ortiz, akpm

From: Randy Dunlap <rdunlap@xenotime.net>

twl6030_pwm: module license 'unspecified' taints kernel.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Hemanth V <hemanthv@ti.com>
---
 drivers/mfd/twl6030-pwm.c |    2 ++
 1 file changed, 2 insertions(+)

--- lnx-30-rc7.orig/drivers/mfd/twl6030-pwm.c
+++ lnx-30-rc7/drivers/mfd/twl6030-pwm.c
@@ -161,3 +161,5 @@ void pwm_free(struct pwm_device *pwm)
 	kfree(pwm);
 }
 EXPORT_SYMBOL(pwm_free);
+
+MODULE_LICENSE("GPL");

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

end of thread, other threads:[~2011-07-27  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  0:17 [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE Randy Dunlap
2011-07-23  0:33 ` Felipe Balbi
2011-07-26  8:31 ` Hemanth V
2011-07-27  9:53 ` Samuel Ortiz

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