Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315634
b: refs/heads/master
c: 8a70e7f
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and John W. Linville committed Jul 12, 2012
1 parent 95e1512 commit 0f95dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81b3039557faf1359f40494003aaade745de6c24
refs/heads/master: 8a70e7f8f3081770238fbe19f78116af1d4b0652
3 changes: 3 additions & 0 deletions trunk/net/nfc/nci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -878,3 +879,5 @@ static void nci_cmd_work(struct work_struct *work)
jiffies + msecs_to_jiffies(NCI_CMD_TIMEOUT));
}
}

MODULE_LICENSE("GPL");

0 comments on commit 0f95dc6

Please sign in to comment.