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

Commit 2df7f8c6 authored by Samuel Ortiz's avatar Samuel Ortiz
Browse files

NFC: nci: Export nci_req_complete



Drivers implementing proprietary ops may need it now.

Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 9e58095f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ void nci_req_complete(struct nci_dev *ndev, int result)
		complete(&ndev->req_completion);
	}
}
EXPORT_SYMBOL(nci_req_complete);

static void nci_req_cancel(struct nci_dev *ndev, int err)
{