]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
[P8023]: Fix tainting of kernel.
authorDave Jones <davej@redhat.com>
Mon, 13 Feb 2006 23:38:42 +0000 (15:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2006 23:38:42 +0000 (15:38 -0800)
Missing license tag.
I've assumed this is GPL.  (It could also use a MODULE_AUTHOR)

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/802/p8023.c

index d23e906456eb373ccbbd5ead89270ff198ceaf2e..53cf05709283662f16578fab5cd06972c07eec16 100644 (file)
@@ -59,3 +59,5 @@ void destroy_8023_client(struct datalink_proto *dl)
 
 EXPORT_SYMBOL(destroy_8023_client);
 EXPORT_SYMBOL(make_8023_client);
+
+MODULE_LICENSE("GPL");