aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc/nfc.h')
-rw-r--r--net/nfc/nfc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h
index 2c2c4015c68..6d28d75995b 100644
--- a/net/nfc/nfc.h
+++ b/net/nfc/nfc.h
@@ -60,11 +60,11 @@ void nfc_llcp_exit(void);
60 60
61#else 61#else
62 62
63void nfc_llcp_mac_is_down(struct nfc_dev *dev) 63static inline void nfc_llcp_mac_is_down(struct nfc_dev *dev)
64{ 64{
65} 65}
66 66
67void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx, 67static inline void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx,
68 u8 comm_mode, u8 rf_mode) 68 u8 comm_mode, u8 rf_mode)
69{ 69{
70} 70}