Skip to content

Commit

Permalink
[P8023]: Fix tainting of kernel.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jones authored and David S. Miller committed Feb 13, 2006
1 parent 77decfc commit 99e382a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/802/p8023.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 99e382a

Please sign in to comment.