Bluetooth: 6lowpan: remove unused function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 15 Apr 2021 08:49:28 +0000 (16:49 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:27 +0000 (07:12 +0200)
commitb0e56db78744000a26b03fb442d6f944f68a8386
tree972560ba77d2d70063230b07c3ac9cf30961bc4e
parentde75cd0d9b2f3250d5f25846bb5632ccce6275f4
Bluetooth: 6lowpan: remove unused function

Fix the following clang warning:

net/bluetooth/6lowpan.c:913:20: warning: unused function 'bdaddr_type'
[-Wunused-function].

net/bluetooth/6lowpan.c:106:35: warning: unused function
'peer_lookup_ba' [-Wunused-function].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c