]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Make mgmt_start_discovery_failed static
authorAndre Guedes <andre.guedes@openbossa.org>
Tue, 30 Apr 2013 18:29:30 +0000 (15:29 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 29 May 2013 21:43:39 +0000 (18:43 -0300)
commite655a43fa8c1abfc58f328a69139b20c1ddec09c
tree1437c0edea09ab65fa1c5230d21b43488cd26732
parent16720950a1ea28a5fccc51192c0d8338df2a00ea
Bluetooth: Make mgmt_start_discovery_failed static

mgmt_start_discovery_failed is now only used in mgmt.c so we can
make it a local function. This patch also moves the mgmt_start_
discovery_failed definition up in mgmt.c to avoid forward
declaration.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/mgmt.c