diff options
author | Syam Sidhardhan <s.syam@samsung.com> | 2012-04-12 19:03:20 +0400 |
---|---|---|
committer | Gustavo Padovan <gustavo@padovan.org> | 2012-05-09 08:40:34 +0400 |
commit | e47872209d67a3283f88c39729b5bf11860b7b19 (patch) | |
tree | 0cd36f9cb64798dd4c95749121747562faded928 /include/net/bluetooth/bluetooth.h | |
parent | 270ca16bc7ff575a5900aec2475fa7f8742f7337 (diff) | |
download | linux-e47872209d67a3283f88c39729b5bf11860b7b19.tar.xz |
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>
Diffstat (limited to 'include/net/bluetooth/bluetooth.h')
-rw-r--r-- | include/net/bluetooth/bluetooth.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index f2c8bdf08061..d0e44a4151e6 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/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 */ |