Skip to content

Commit

Permalink
NFC: nci: Export nci_req_complete
Browse files Browse the repository at this point in the history
Drivers implementing proprietary ops may need it now.

Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
Samuel Ortiz committed Jun 10, 2015
1 parent 9e58095 commit 2df7f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/nfc/nci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2df7f8c

Please sign in to comment.