]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] 3c523: needs a license
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 13 Jun 2005 19:31:53 +0000 (12:31 -0700)
committerJeff 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

index 1247a25f109381e214a6256d2f6d22b59ce4fe6b..9e1fe2e0478c3e783492e435c276e00f2d3935f1 100644 (file)
@@ -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)
 {