projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a32129
)
drivers/nfc: add module.h to nfcwilink.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Wed, 28 Sep 2011 19:31:14 +0000
(15:31 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:54 +0000
(19:31 -0400)
This is a full module, with module_init() and module_exit() and
so it needs module.h called out for inclusion.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/nfc/nfcwilink.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/nfcwilink.c
b/drivers/nfc/nfcwilink.c
index
5b0f1ff
..
06c3642
100644
(file)
--- a/
drivers/nfc/nfcwilink.c
+++ b/
drivers/nfc/nfcwilink.c
@@
-27,6
+27,7
@@
*
*/
#include <linux/platform_device.h>
+#include <linux/module.h>
#include <linux/nfc.h>
#include <net/nfc/nci.h>
#include <net/nfc/nci_core.h>