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>

authored by Randy Dunlap and committed by Linus Torvalds 65f75ace 408af87a

+2
+2
drivers/leds/leds-net5501.c
··· 92 92 } 93 93 94 94 arch_initcall(soekris_init); 95 + 96 + MODULE_LICENSE("GPL");