Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1216898

[PATCH v2 1/9] nfc: nci: Export nci data send API

From Robert Dolca <robert.dolca@intel.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/9] nfc: nci: Export nci data send API
Date 2015-09-01 17:00 +0200
Message-ID <q3Vcu-1fz-21@gated-at.bofh.it> (permalink)
References <q3Vct-1fz-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


For the firmware update the driver may use nci_send_data.

Signed-off-by: Robert Dolca <robert.dolca@intel.com>
---
 net/nfc/nci/data.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/nfc/nci/data.c b/net/nfc/nci/data.c
index 566466d..83acd18 100644
--- 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 ----------------- */
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 1/9] nfc: nci: Export nci data send API Robert Dolca <robert.dolca@intel.com> - 2015-09-01 17:00 +0200

csiph-web