]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/nfc/nxp-nci/i2c.c
Merge remote-tracking branch 'ipsec/master'
[karo-tx-linux.git] / drivers / nfc / nxp-nci / i2c.c
index fac80c691914b6625a9eab504b8baca75833c0dc..df4333c7ee0f813d5e813299c2751a6db0caabee 100644 (file)
@@ -106,7 +106,7 @@ static int nxp_nci_i2c_write(void *phy_id, struct sk_buff *skb)
        return r;
 }
 
-static struct nxp_nci_phy_ops i2c_phy_ops = {
+static const struct nxp_nci_phy_ops i2c_phy_ops = {
        .set_mode = nxp_nci_i2c_set_mode,
        .write = nxp_nci_i2c_write,
 };