diff options
author | Dave Jones <davej@redhat.com> | 2006-02-13 15:38:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-02-13 15:38:42 -0800 |
commit | 99e382afd297d91ab150ae46c28c4585f925818c (patch) | |
tree | 8a2ab5c8437bff91919588976294f7b38b7e57e8 | |
parent | 77decfc716d460b3f7037bb19bd4eb12cd0dc996 (diff) |
[P8023]: Fix tainting of kernel.
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>
-rw-r--r-- | net/802/p8023.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/802/p8023.c b/net/802/p8023.c index d23e906456e..53cf0570928 100644 --- a/net/802/p8023.c +++ b/net/802/p8023.c @@ -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"); |