Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/nfc: add module.h to nfcwilink.c

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>

+1
+1
drivers/nfc/nfcwilink.c
··· 27 27 * 28 28 */ 29 29 #include <linux/platform_device.h> 30 + #include <linux/module.h> 30 31 #include <linux/nfc.h> 31 32 #include <net/nfc/nci.h> 32 33 #include <net/nfc/nci_core.h>