From: Dave Jones Date: Mon, 13 Feb 2006 23:38:42 +0000 (-0800) Subject: [P8023]: Fix tainting of kernel. X-Git-Tag: v2.6.16-rc4~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99e382afd297d91ab150ae46c28c4585f925818c;p=platform%2Fkernel%2Flinux-stable.git [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 Signed-off-by: David S. Miller --- diff --git a/net/802/p8023.c b/net/802/p8023.c index d23e906..53cf057 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");