Skip to content

Commit

Permalink
leds-net5501: taints kernel, add license
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Nov 5, 2010
1 parent 408af87 commit 65f75ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/leds/leds-net5501.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ static int __init soekris_init(void)
}

arch_initcall(soekris_init);

MODULE_LICENSE("GPL");

0 comments on commit 65f75ac

Please sign in to comment.