All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@xenotime.net>
To: lkml <linux-kernel@vger.kernel.org>
Cc: Hemanth V <hemanthv@ti.com>, Samuel Ortiz <sameo@linux.intel.com>,
	akpm <akpm@linux-foundation.org>
Subject: [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
Date: Fri, 22 Jul 2011 17:17:08 -0700	[thread overview]
Message-ID: <20110722171708.370b2cf5.rdunlap@xenotime.net> (raw)

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");

             reply	other threads:[~2011-07-23  0:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-23  0:17 Randy Dunlap [this message]
2011-07-23  0:33 ` [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE Felipe Balbi
2011-07-26  8:31 ` Hemanth V
2011-07-27  9:53 ` Samuel Ortiz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110722171708.370b2cf5.rdunlap@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=akpm@linux-foundation.org \
    --cc=hemanthv@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.