Browse Source

NFC: nci: Export nci data send API

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>
Robert Dolca 9 năm trước cách đây
mục cha
commit
ea785c094d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      net/nfc/nci/data.c

+ 1 - 0
net/nfc/nci/data.c

@@ -203,6 +203,7 @@ free_exit:
 exit:
 	return rc;
 }
+EXPORT_SYMBOL(nci_send_data);
 
 /* ----------------- NCI RX Data ----------------- */