Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ad4519c authored by Samuel Ortiz's avatar Samuel Ortiz Committed by John W. Linville
Browse files

Revert "NFC: microread: Fix MEI build failure"



This reverts commit 63cd353c.

We no longer need this fix as the MEI bus APIs are now merged into
char-misc-next.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8b138d48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;