Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340948
b: refs/heads/master
c: 984d334
h: refs/heads/master
v: v3
  • Loading branch information
Arron Wang authored and Samuel Ortiz committed Oct 26, 2012
1 parent 9ab5da2 commit 64a7279
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 874934f4d492d0926a104c2a4bfbf7c1701e2fd2
refs/heads/master: 984d334f28c6a93231fe9de3ec42717469e90d4c
4 changes: 2 additions & 2 deletions trunk/drivers/nfc/pn544/pn544.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,8 @@ static int pn544_hci_check_presence(struct nfc_hci_dev *hdev,
return 0;
}

void pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, u8 event,
struct sk_buff *skb)
static void pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate,
u8 event, struct sk_buff *skb)
{
struct sk_buff *rgb_skb = NULL;
int r = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/hci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 64a7279

Please sign in to comment.