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>
This commit is contained in:
parent
270ca16bc7
commit
e47872209d
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue