Browse Source

Bluetooth: Remove strtoba header declared but not defined

No one is using strtoba() in the bluetooth subsystem.

Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
Syam Sidhardhan 13 years ago
parent
commit
e47872209d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/net/bluetooth/bluetooth.h

+ 0 - 1
include/net/bluetooth/bluetooth.h

@@ -178,7 +178,6 @@ static inline void bacpy(bdaddr_t *dst, bdaddr_t *src)
 
 void baswap(bdaddr_t *dst, bdaddr_t *src);
 char *batostr(bdaddr_t *ba);
-bdaddr_t *strtoba(char *str);
 
 /* Common socket structures and functions */