commit | 2df7f8c69521a4d85dfbc788da260b3c4030980c | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Wed Jun 10 12:50:22 2015 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Jun 10 12:50:22 2015 +0200 |
tree | e700649fd00c9dc622fe1484d062ed6f99309410 | |
parent | 9e58095f9660f88d6a2febe87d5073a6b2e9c399 [diff] |
NFC: nci: Export nci_req_complete Drivers implementing proprietary ops may need it now. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index edc10cc..f9aa087 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c
@@ -74,6 +74,7 @@ complete(&ndev->req_completion); } } +EXPORT_SYMBOL(nci_req_complete); static void nci_req_cancel(struct nci_dev *ndev, int err) {