The module taints the kernel if the license is not specified Add also module description Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx> --- compat/kfifo.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/compat/kfifo.c b/compat/kfifo.c index 01a0700..7890662 100644 --- a/compat/kfifo.c +++ b/compat/kfifo.c @@ -27,6 +27,8 @@ #include <linux/uaccess.h> #include <linux/kfifo.h> +MODULE_DESCRIPTION("kfifo backport"); +MODULE_LICENSE("GPL"); /* * internal helper to calculate the unused elements in a fifo */ -- 1.7.4.2 --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html