mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
Revert "NFC: microread: Fix MEI build failure"
This reverts commit 63cd353c34
.
We no longer need this fix as the MEI bus APIs are now merged into
char-misc-next.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
8b138d4898
commit
3ad4519c73
@ -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 *device;
|
||||
struct mei_device *mei_device;
|
||||
struct nfc_hci_dev *hdev;
|
||||
|
||||
int powered;
|
||||
|
Loading…
Reference in New Issue
Block a user