]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_get_cmd_complete() can be static
authorFengguang Wu <fengguang.wu@intel.com>
Sat, 20 Apr 2013 13:24:31 +0000 (16:24 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 23 Apr 2013 23:30:48 +0000 (20:30 -0300)
commit41a7a9da39b19f278b73bb99434d82e816696bdc
treeabec8579dd0b8af78353b8bca148607f938c85f0
parent28d82333867f35fdb52c14ac28feb07318acbd45
Bluetooth: hci_get_cmd_complete() can be static

There are new sparse warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next master
head:   a0b644b0385fa58ca578f6dce4473e8a8e6f6c38
commit: e4e834c35ae1f9a6d2f236f28e9c226bb1cf356d Bluetooth: Add __hci_cmd_sync() helper function
date:   13 days ago

>> net/bluetooth/hci_core.c:82:16: sparse: symbol 'hci_get_cmd_complete' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_core.c