projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e58095
)
NFC: nci: Export nci_req_complete
author
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 10 Jun 2015 10:50:22 +0000
(12:50 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 10 Jun 2015 10:50:22 +0000
(12:50 +0200)
Drivers implementing proprietary ops may need it now.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/nci/core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/nfc/nci/core.c
b/net/nfc/nci/core.c
index edc10cc8e10b94881f82e3dab1c3c7d9741ceef1..f9aa08780b06596baa4982b39ed08133ba047a3d 100644
(file)
--- 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)
{