Commit 99e382af authored by Dave Jones's avatar Dave Jones Committed by David S. Miller

[P8023]: Fix tainting of kernel.

Missing license tag.
I've assumed this is GPL.  (It could also use a MODULE_AUTHOR)
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 77decfc7
...@@ -59,3 +59,5 @@ void destroy_8023_client(struct datalink_proto *dl) ...@@ -59,3 +59,5 @@ void destroy_8023_client(struct datalink_proto *dl)
EXPORT_SYMBOL(destroy_8023_client); EXPORT_SYMBOL(destroy_8023_client);
EXPORT_SYMBOL(make_8023_client); EXPORT_SYMBOL(make_8023_client);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment