aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
authorArron Wang <arron.wang@intel.com>2012-10-08 02:54:39 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-10-26 12:26:49 -0400
commit984d334f28c6a93231fe9de3ec42717469e90d4c (patch)
tree6f04f58f2750bade14ab9559a9d8e345cb0c66ea /net/nfc
parent874934f4d492d0926a104c2a4bfbf7c1701e2fd2 (diff)
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,
650 return r; 650 return r;
651} 651}
652 652
653int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) 653static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb)
654{ 654{
655 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); 655 struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev);
656 656