projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b3039
)
NFC: NCI module license 'unspecified' taints kernel
author
Dave Jones
<davej@redhat.com>
Thu, 12 Jul 2012 17:17:34 +0000
(19:17 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Thu, 12 Jul 2012 18:48:41 +0000
(14:48 -0400)
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/nfc/nci/core.c
patch
|
blob
|
history
diff --git
a/net/nfc/nci/core.c
b/net/nfc/nci/core.c
index
d560e6f
..
f18f207
100644
(file)
--- 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");