Skip to content

Commit

Permalink
mfd: twl6030-pwm.c needs MODULE_LICENSE
Browse files Browse the repository at this point in the history
twl6030_pwm: module license 'unspecified' taints kernel.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Hemanth V <hemanthv@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Randy Dunlap authored and Samuel Ortiz committed Jul 31, 2011
1 parent e2e49d5 commit 2b959e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mfd/twl6030-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ void pwm_free(struct pwm_device *pwm)
kfree(pwm);
}
EXPORT_SYMBOL(pwm_free);

MODULE_LICENSE("GPL");

0 comments on commit 2b959e7

Please sign in to comment.