mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
NFC: microread: Fix MEI build failure
The mei_device field should be called device, not mei_device. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
c678fb2a91
commit
63cd353c34
|
|
@ -48,7 +48,7 @@ struct mei_nfc_hdr {
|
|||
#define MEI_NFC_MAX_READ (MEI_NFC_HEADER_SIZE + MEI_NFC_MAX_HCI_PAYLOAD)
|
||||
|
||||
struct microread_mei_phy {
|
||||
struct mei_device *mei_device;
|
||||
struct mei_device *device;
|
||||
struct nfc_hci_dev *hdev;
|
||||
|
||||
int powered;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user