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:
dc42143
)
NFC: nci: Export nci data send API
author
Robert Dolca
<robert.dolca@intel.com>
Thu, 22 Oct 2015 09:11:33 +0000
(12:11 +0300)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 25 Oct 2015 18:11:35 +0000
(19:11 +0100)
For the firmware update the driver may use nci_send_data.
Signed-off-by: Robert Dolca <robert.dolca@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/nci/data.c
patch
|
blob
|
blame
|
history
diff --git
a/net/nfc/nci/data.c
b/net/nfc/nci/data.c
index 566466d90048d92e3ac7c31fa73c32d398089126..83acd189c13ab77b14345d7f595fdd020089f24d 100644
(file)
--- a/
net/nfc/nci/data.c
+++ b/
net/nfc/nci/data.c
@@
-203,6
+203,7
@@
free_exit:
exit:
return rc;
}
+EXPORT_SYMBOL(nci_send_data);
/* ----------------- NCI RX Data ----------------- */