forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
7a32129a42
commit
baf79c33e2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user