[<prev] [next>] [day] [month] [year] [list]
Message-ID: <201204261056.01229.hartleys@visionengravers.com>
Date: Thu, 26 Apr 2012 10:56:00 -0700
From: H Hartley Sweeten <hartleys@...ionengravers.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: <netdev@...r.kernel.org>, <linux-wireless@...r.kernel.org>,
<lauro.venancio@...nbossa.org>, <aloisio.almeida@...nbossa.org>,
<sameo@...ux.intel.com>, <davem@...emloft.net>
Subject: [PATCH] NFC: nci/lib.c: include header for exported symbol prototype
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@...ionengravers.com>
Cc: Lauro Ramos Venancio <lauro.venancio@...nbossa.org>
Cc: Aloisio Almeida Jr <aloisio.almeida@...nbossa.org>
CC: Samuel Ortiz <sameo@...ux.intel.com>
CC: "David S. Miller" <davem@...emloft.net>
---
diff --git a/net/nfc/nci/lib.c b/net/nfc/nci/lib.c
index 6a63e5e..6b7fd26 100644
--- a/net/nfc/nci/lib.c
+++ b/net/nfc/nci/lib.c
@@ -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)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists