leds-net5501: taints kernel, add license
Add MODULE_LICENSE() that matches file comments so that kernel is not tainted. leds_net5501: module license 'unspecified' taints kernel. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
408af87a39
commit
65f75ace23
1 changed files with 2 additions and 0 deletions
|
@ -92,3 +92,5 @@ static int __init soekris_init(void)
|
|||
}
|
||||
|
||||
arch_initcall(soekris_init);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in a new issue