diff options
Diffstat (limited to 'drivers/nfc/mei_phy.h')
| -rw-r--r-- | drivers/nfc/mei_phy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/nfc/mei_phy.h b/drivers/nfc/mei_phy.h index 51bd44f5f3b8..9b9c5eb54e07 100644 --- a/drivers/nfc/mei_phy.h +++ b/drivers/nfc/mei_phy.h @@ -12,11 +12,11 @@ #define MEI_NFC_MAX_HCI_PAYLOAD 300 /** - * struct nfc_mei_phy + * struct nfc_mei_phy - NFC description of the MEI PHY and interface functions * * @cldev: mei client device * @hdev: nfc hci device - + * * @send_wq: send completion wait queue * @fw_ivn: NFC Interface Version Number * @vendor_id: NFC manufacturer ID @@ -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); |
