[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120711.172401.2279394394116582200.davem@davemloft.net>
Date: Wed, 11 Jul 2012 17:24:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: davej@...hat.com
Cc: netdev@...r.kernel.org, ilane@...com,
linux-wireless@...r.kernel.org
Subject: Re: Add missing license tag to nci.
From: Dave Jones <davej@...hat.com>
Date: Wed, 11 Jul 2012 14:31:57 -0400
> nci: module license 'unspecified' taints kernel.
>
> Signed-off-by: Dave Jones <davej@...hat.com>
NFC patches go to linux-wireless, CC:'d
> diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c
> index d560e6f..f18f207 100644
> --- a/net/nfc/nci/core.c
> +++ b/net/nfc/nci/core.c
> @@ -27,6 +27,7 @@
>
> #define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__
>
> +#include <linux/module.h>
> #include <linux/types.h>
> #include <linux/workqueue.h>
> #include <linux/completion.h>
> @@ -878,3 +879,5 @@ static void nci_cmd_work(struct work_struct *work)
> jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT));
> }
> }
> +
> +MODULE_LICENSE("GPL");
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists