Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279300
b: refs/heads/master
c: 645d359
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Dec 19, 2011
1 parent 35ccaa2 commit d0b41eb
Show file tree
Hide file tree
Showing 2 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: 186630c2809bc87fba6e49896fa2279c43f512d2
refs/heads/master: 645d35902c8f05a1b12fa838aa9052d8eeaf161e
4 changes: 2 additions & 2 deletions trunk/net/nfc/nfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ void nfc_llcp_exit(void);

#else

void nfc_llcp_mac_is_down(struct nfc_dev *dev)
static inline void nfc_llcp_mac_is_down(struct nfc_dev *dev)
{
}

void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx,
static inline void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx,
u8 comm_mode, u8 rf_mode)
{
}
Expand Down

0 comments on commit d0b41eb

Please sign in to comment.