aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5/nci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nfc/s3fwrn5/nci.h')
-rw-r--r--drivers/nfc/s3fwrn5/nci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/s3fwrn5/nci.h b/drivers/nfc/s3fwrn5/nci.h
index a80f0fb082a8..c2d906591e9e 100644
--- a/drivers/nfc/s3fwrn5/nci.h
+++ b/drivers/nfc/s3fwrn5/nci.h
@@ -50,7 +50,7 @@ struct nci_prop_fw_cfg_rsp {
__u8 status;
};
-void s3fwrn5_nci_get_prop_ops(struct nci_driver_ops **ops, size_t *n);
+extern const struct nci_driver_ops s3fwrn5_nci_prop_ops[4];
int s3fwrn5_nci_rf_configure(struct s3fwrn5_info *info, const char *fw_name);
#endif /* __LOCAL_S3FWRN5_NCI_H_ */