diff options
Diffstat (limited to 'net/nfc/nfc.h')
-rw-r--r-- | net/nfc/nfc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nfc.h b/net/nfc/nfc.h index ec8794c1099c..061a830b0a88 100644 --- a/net/nfc/nfc.h +++ b/net/nfc/nfc.h | |||
@@ -127,7 +127,7 @@ int nfc_genl_dep_link_up_event(struct nfc_dev *dev, u32 target_idx, | |||
127 | u8 comm_mode, u8 rf_mode); | 127 | u8 comm_mode, u8 rf_mode); |
128 | int nfc_genl_dep_link_down_event(struct nfc_dev *dev); | 128 | int nfc_genl_dep_link_down_event(struct nfc_dev *dev); |
129 | 129 | ||
130 | struct nfc_dev *nfc_get_device(unsigned idx); | 130 | struct nfc_dev *nfc_get_device(unsigned int idx); |
131 | 131 | ||
132 | static inline void nfc_put_device(struct nfc_dev *dev) | 132 | static inline void nfc_put_device(struct nfc_dev *dev) |
133 | { | 133 | { |