[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110722171708.370b2cf5.rdunlap@xenotime.net>
Date: Fri, 22 Jul 2011 17:17:08 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: Hemanth V <hemanthv@...com>, Samuel Ortiz <sameo@...ux.intel.com>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE
From: Randy Dunlap <rdunlap@...otime.net>
twl6030_pwm: module license 'unspecified' taints kernel.
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
Cc: Hemanth V <hemanthv@...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");
--
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