projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408af87
)
leds-net5501: taints kernel, add license
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 4 Nov 2010 17:28:00 +0000
(10:28 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 5 Nov 2010 16:51:56 +0000
(09:51 -0700)
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>
drivers/leds/leds-net5501.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-net5501.c
b/drivers/leds/leds-net5501.c
index 3063f591f0dca0e0eb809bb4b490039d8bcf2943..1739557a903881a246c14d5047cca5a454081894 100644
(file)
--- a/
drivers/leds/leds-net5501.c
+++ b/
drivers/leds/leds-net5501.c
@@
-92,3
+92,5
@@
unmap:
}
arch_initcall(soekris_init);
+
+MODULE_LICENSE("GPL");