aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nxp-nci/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nfc/nxp-nci/core.c')
-rw-r--r--drivers/nfc/nxp-nci/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/nfc/nxp-nci/core.c b/drivers/nfc/nxp-nci/core.c
index 8979636d48ea..2e4b004a96aa 100644
--- a/drivers/nfc/nxp-nci/core.c
+++ b/drivers/nfc/nxp-nci/core.c
@@ -109,7 +109,8 @@ static struct nci_ops nxp_nci_ops = {
};
int nxp_nci_probe(void *phy_id, struct device *pdev,
- struct nxp_nci_phy_ops *phy_ops, unsigned int max_payload,
+ const struct nxp_nci_phy_ops *phy_ops,
+ unsigned int max_payload,
struct nci_dev **ndev)
{
struct nxp_nci_info *info;