mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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
@ -92,3 +92,5 @@ unmap:
|
||||
}
|
||||
|
||||
arch_initcall(soekris_init);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user