]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
drivers/nfc: add module.h to nfcwilink.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 28 Sep 2011 19:31:14 +0000 (15:31 -0400)
committerPaul 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

index 5b0f1ff8036133c50a4427dfa90e08ec9d54cde7..06c3642e5bdb0f1525c6bde54bf2c73058e1b26e 100644 (file)
@@ -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>