aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/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 /drivers/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 'drivers/nfc')
-rw-r--r--drivers/nfc/pn544/pn544.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nfc/pn544/pn544.c b/drivers/nfc/pn544/pn544.c
index cf344450815c..cc666de3b8e5 100644
--- a/drivers/nfc/pn544/pn544.c
+++ b/drivers/nfc/pn544/pn544.c
@@ -714,8 +714,8 @@ static int pn544_hci_check_presence(struct nfc_hci_dev *hdev,
714 return 0; 714 return 0;
715} 715}
716 716
717void pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, u8 event, 717static void pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate,
718 struct sk_buff *skb) 718 u8 event, struct sk_buff *skb)
719{ 719{
720 struct sk_buff *rgb_skb = NULL; 720 struct sk_buff *rgb_skb = NULL;
721 int r = 0; 721 int r = 0;