diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index d560e6f13072037a51fece26bd917bdb275b02e7..f18f207fd3a316f7793b0abc1d94abdacf022d9f 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 #include #include #include @@ -878,3 +879,5 @@ static void nci_cmd_work(struct work_struct *work) jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT)); } } + +MODULE_LICENSE("GPL");