dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Randy Dunlap 2010-11-04 10:28:00 -07:00 committed by Linus Torvalds
parent 408af87a39
commit 65f75ace23
1 changed files with 2 additions and 0 deletions

View File

@ -92,3 +92,5 @@ unmap:
}
arch_initcall(soekris_init);
MODULE_LICENSE("GPL");