Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328285
b: refs/heads/master
c: a7d0281
h: refs/heads/master
i:
  328283: 4d14cb7
v: v3
  • Loading branch information
Eric Lapuyade authored and Samuel Ortiz committed Sep 24, 2012
1 parent 5392d3d commit 3e6e0a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: c51ad34e542606854d0545533329e916689599ba
refs/heads/master: a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac
2 changes: 1 addition & 1 deletion trunk/net/nfc/hci/llc_nop.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static struct nfc_llc_ops llc_nop_ops = {
.xmit_from_hci = llc_nop_xmit_from_hci,
};

int nfc_llc_nop_register()
int nfc_llc_nop_register(void)
{
return nfc_llc_register(LLC_NOP_NAME, &llc_nop_ops);
}
2 changes: 1 addition & 1 deletion trunk/net/nfc/hci/llc_shdlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static struct nfc_llc_ops llc_shdlc_ops = {
.xmit_from_hci = llc_shdlc_xmit_from_hci,
};

int nfc_llc_shdlc_register()
int nfc_llc_shdlc_register(void)
{
return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops);
}

0 comments on commit 3e6e0a6

Please sign in to comment.