diff options
Diffstat (limited to 'net/nfc')
-rw-r--r-- | net/nfc/nci/ntf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/ntf.c b/net/nfc/nci/ntf.c index 8d337aa0cf52..ccc3606fd8b2 100644 --- a/net/nfc/nci/ntf.c +++ b/net/nfc/nci/ntf.c | |||
@@ -179,7 +179,7 @@ static __u8 *nci_extract_rf_params_nfcf_passive_listen(struct nci_dev *ndev, | |||
179 | return data; | 179 | return data; |
180 | } | 180 | } |
181 | 181 | ||
182 | __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) | 182 | static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) |
183 | { | 183 | { |
184 | if (ndev->ops->get_rfprotocol) | 184 | if (ndev->ops->get_rfprotocol) |
185 | return ndev->ops->get_rfprotocol(ndev, rf_protocol); | 185 | return ndev->ops->get_rfprotocol(ndev, rf_protocol); |