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

From: Robert Dolca
Date: Tue Sep 01 2015 - 10:55:15 EST


For the firmware update the driver may use nci_send_data.

Signed-off-by: Robert Dolca <robert.dolca@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/