Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baf79c33 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 7a32129a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>