nfc: constify nfc_phy_ops
[linux-2.6-microblaze.git] / drivers / nfc / st-nci / ndlc.c
index 5d74c67..e9dc313 100644 (file)
@@ -253,9 +253,9 @@ static void ndlc_t2_timeout(struct timer_list *t)
        schedule_work(&ndlc->sm_work);
 }
 
-int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
-              int phy_headroom, int phy_tailroom, struct llt_ndlc **ndlc_id,
-              struct st_nci_se_status *se_status)
+int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
+              struct device *dev, int phy_headroom, int phy_tailroom,
+              struct llt_ndlc **ndlc_id, struct st_nci_se_status *se_status)
 {
        struct llt_ndlc *ndlc;