diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-13 10:45:46 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-03-10 22:20:04 +0100 |
commit | 63cd353c34a08af2d1935f8d0c2b6b091714ff79 (patch) | |
tree | e359850b64bf826a77ece9bf90743ae408007ab2 | |
parent | c678fb2a915b71f8faa78d9ab6d409b8ff3276cc (diff) |
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>
-rw-r--r-- | drivers/nfc/microread/mei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/microread/mei.c b/drivers/nfc/microread/mei.c index eef38cfd812..13bde92b1e2 100644 --- a/drivers/nfc/microread/mei.c +++ b/drivers/nfc/microread/mei.c @@ -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; |