diff options
Diffstat (limited to 'drivers/nfc/mei_phy.h')
-rw-r--r-- | drivers/nfc/mei_phy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nfc/mei_phy.h b/drivers/nfc/mei_phy.h index fbfa3e61738f..acd3a1fc69e6 100644 --- a/drivers/nfc/mei_phy.h +++ b/drivers/nfc/mei_phy.h | |||
@@ -13,7 +13,7 @@ | |||
13 | /** | 13 | /** |
14 | * struct nfc_mei_phy | 14 | * struct nfc_mei_phy |
15 | * | 15 | * |
16 | * @device: mei device | 16 | * @cldev: mei client device |
17 | * @hdev: nfc hci device | 17 | * @hdev: nfc hci device |
18 | 18 | ||
19 | * @send_wq: send completion wait queue | 19 | * @send_wq: send completion wait queue |
@@ -28,7 +28,7 @@ | |||
28 | * and prevents normal operation. | 28 | * and prevents normal operation. |
29 | */ | 29 | */ |
30 | struct nfc_mei_phy { | 30 | struct nfc_mei_phy { |
31 | struct mei_cl_device *device; | 31 | struct mei_cl_device *cldev; |
32 | struct nfc_hci_dev *hdev; | 32 | struct nfc_hci_dev *hdev; |
33 | 33 | ||
34 | wait_queue_head_t send_wq; | 34 | wait_queue_head_t send_wq; |