From: Samuel Ortiz Date: Wed, 10 Jun 2015 10:50:22 +0000 (+0200) Subject: NFC: nci: Export nci_req_complete X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2df7f8c69521a4d85dfbc788da260b3c4030980c;p=linux-beck.git NFC: nci: Export nci_req_complete Drivers implementing proprietary ops may need it now. Signed-off-by: Samuel Ortiz --- diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index edc10cc8e10b..f9aa08780b06 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c @@ -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) {