projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbaf06
)
[PATCH] 3c523: needs a license
author
Randy Dunlap
<rdunlap@xenotime.net>
Mon, 13 Jun 2005 19:31:53 +0000
(12:31 -0700)
committer
Jeff Garzik
<jgarzik@pobox.com>
Mon, 27 Jun 2005 04:41:51 +0000
(
00:41
-0400)
Module needs a license to prevent kernel tainting.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
diffstat:=
drivers/net/3c523.c | 1 +
1 files changed, 1 insertion(+)
drivers/net/3c523.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/3c523.c
b/drivers/net/3c523.c
index 1247a25f109381e214a6256d2f6d22b59ce4fe6b..9e1fe2e0478c3e783492e435c276e00f2d3935f1 100644
(file)
--- a/
drivers/net/3c523.c
+++ b/
drivers/net/3c523.c
@@
-1274,6
+1274,7
@@
module_param_array(irq, int, NULL, 0);
module_param_array(io, int, NULL, 0);
MODULE_PARM_DESC(io, "EtherLink/MC I/O base address(es)");
MODULE_PARM_DESC(irq, "EtherLink/MC IRQ number(s)");
+MODULE_LICENSE("GPL");
int init_module(void)
{