forked from Minki/linux
[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>
This commit is contained in:
parent
77decfc716
commit
99e382afd2
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user