All of lore.kernel.org
 help / color / mirror / Atom feed
* Add missing license tag to nci.
@ 2012-07-11 18:31 Dave Jones
  2012-07-12  0:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2012-07-11 18:31 UTC (permalink / raw)
  To: netdev; +Cc: ilane

nci: module license 'unspecified' taints kernel.

Signed-off-by: Dave Jones <davej@redhat.com>

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");

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Add missing license tag to nci.
  2012-07-11 18:31 Add missing license tag to nci Dave Jones
@ 2012-07-12  0:24 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-07-12  0:24 UTC (permalink / raw)
  To: davej; +Cc: netdev, ilane, linux-wireless

From: Dave Jones <davej@redhat.com>
Date: Wed, 11 Jul 2012 14:31:57 -0400

> nci: module license 'unspecified' taints kernel.
> 
> Signed-off-by: Dave Jones <davej@redhat.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@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-12  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 18:31 Add missing license tag to nci Dave Jones
2012-07-12  0:24 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.