aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorArron Wang <arron.wang@intel.com>2012-10-08 14:54:39 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2012-10-26 18:26:49 +0200
commit984d334f28c6a93231fe9de3ec42717469e90d4c (patch)
tree6f04f58f2750bade14ab9559a9d8e345cb0c66ea /net/nfc
parentNFC: Fix style issues with logical operations (diff)
downloadlinux-dev-984d334f28c6a93231fe9de3ec42717469e90d4c.tar.xz
linux-dev-984d334f28c6a93231fe9de3ec42717469e90d4c.zip
NFC: Fix sparse warnings due to missing static
Signed-off-by: Arron Wang <arron.wang@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/hci/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/core.c b/net/nfc/hci/core.c
index c2339c468d91..4b720ff20ee9 100644
--- a/net/nfc/hci/core.c
+++ b/net/nfc/hci/core.c
@@ -650,7 +650,7 @@ static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target,
return r;
}
-int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb)
+static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb)
{
struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev);