summaryrefslogtreecommitdiffstats
path: root/drivers/net/3c523.c
diff options
context:
space:
mode:
authorRandy Dunlap2005-06-13 21:31:53 +0200
committerJeff Garzik2005-06-27 06:41:51 +0200
commit7b24017e9b4506d2f83e768bf2766cc1c4a3ee54 (patch)
tree82f4274081a429c903aff7eb61cb23d90a299256 /drivers/net/3c523.c
parent[PATCH] gianfar: Add support enhanced TSEC features on the MPC 8548 (diff)
downloadkernel-qcow2-linux-7b24017e9b4506d2f83e768bf2766cc1c4a3ee54.tar.gz
kernel-qcow2-linux-7b24017e9b4506d2f83e768bf2766cc1c4a3ee54.tar.xz
kernel-qcow2-linux-7b24017e9b4506d2f83e768bf2766cc1c4a3ee54.zip
[PATCH] 3c523: needs a license
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(+)
Diffstat (limited to 'drivers/net/3c523.c')
-rw-r--r--drivers/net/3c523.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/3c523.c b/drivers/net/3c523.c
index 1247a25f1093..9e1fe2e0478c 100644
--- 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)
{