diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2015-06-10 06:50:22 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-06-10 06:50:22 -0400 |
commit | 2df7f8c69521a4d85dfbc788da260b3c4030980c (patch) | |
tree | e700649fd00c9dc622fe1484d062ed6f99309410 /net/nfc | |
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>
Diffstat (limited to 'net/nfc')
-rw-r--r-- | net/nfc/nci/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
74 | complete(&ndev->req_completion); | 74 | complete(&ndev->req_completion); |
75 | } | 75 | } |
76 | } | 76 | } |
77 | EXPORT_SYMBOL(nci_req_complete); | ||
77 | 78 | ||
78 | static void nci_req_cancel(struct nci_dev *ndev, int err) | 79 | static void nci_req_cancel(struct nci_dev *ndev, int err) |
79 | { | 80 | { |