Skip to content

Commit 2df7f8c

Browse files
author
Samuel Ortiz
committed
NFC: nci: Export nci_req_complete
Drivers implementing proprietary ops may need it now. Signed-off-by: Samuel Ortiz <[email protected]>
1 parent 9e58095 commit 2df7f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/nfc/nci/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void nci_req_complete(struct nci_dev *ndev, int result)
7474
complete(&ndev->req_completion);
7575
}
7676
}
77+
EXPORT_SYMBOL(nci_req_complete);
7778

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

0 commit comments

Comments
 (0)