Bluetooth: Resolve compilation errors.
Change-Id: Ib9decdc208d9c788a0d78ac6c54c06451b3ec49e
Conflicts:
libbt-vendor/src/hci_smd.c
diff --git a/libbt-vendor/src/hci_smd.c b/libbt-vendor/src/hci_smd.c
index 88d081c..7e5b16d 100644
--- a/libbt-vendor/src/hci_smd.c
+++ b/libbt-vendor/src/hci_smd.c
@@ -52,19 +52,6 @@
/*****************************************************************************
** Functions
*****************************************************************************/
-int bt_hci_init_transport(int *pFd)
-{
- int i = 0;
- int fd;
- for(i=0; i < NUM_OF_DEVS; i++){
- fd = bt_hci_init_transport_id(i);
- if(fd < 0 ){
- return -1;
- }
- pFd[i] = fd;
- }
- return 0;
-}
int bt_hci_init_transport_id (int chId )
{