]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
NFC: Include nci_core.h to nci/lib.c
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 7 May 2012 10:31:25 +0000 (12:31 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 15 May 2012 21:30:29 +0000 (17:30 -0400)
Include the header to pickup the exported symbol prototype.

Quites the sparse warning:

warning: symbol 'nci_to_errno' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
CC: Samuel Ortiz <sameo@linux.intel.com>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/nfc/nci/lib.c

index 6a63e5eb483dd3c88cf6d351a5baeb1fbf3b297a..6b7fd26c68d91a44d86111c6e46b433b8e5d1692 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/errno.h>
 
 #include <net/nfc/nci.h>
+#include <net/nfc/nci_core.h>
 
 /* NCI status codes to Unix errno mapping */
 int nci_to_errno(__u8 code)