[PATCH] mfd: twl6030-pwm.c needs MODULE_LICENSE

From: Randy Dunlap
Date: Fri Jul 22 2011 - 20:17:22 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

twl6030_pwm: module license 'unspecified' taints kernel.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
Cc: Hemanth V <hemanthv@xxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/