nfc: constify nfc_phy_ops
[linux-2.6-microblaze.git] / drivers / nfc / mei_phy.h
index 51bd44f..2b1edb3 100644 (file)
@@ -45,7 +45,7 @@ struct nfc_mei_phy {
        int hard_fault;
 };
 
-extern struct nfc_phy_ops mei_phy_ops;
+extern const struct nfc_phy_ops mei_phy_ops;
 
 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device);
 void nfc_mei_phy_free(struct nfc_mei_phy *phy);