NFC: NCI module license 'unspecified' taints kernel
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / nfc / nci / core.c
index d560e6f..f18f207 100644 (file)
@@ -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");