Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");