]> 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>
Fri, 3 May 2013 21:44:10 +0000 (18:44 -0300)
commit503afc0f1cda431abb938a655aa03b385a89dc57
treefbab0aca16d6b9890dc2a6d02ec2e3f04f08ea2c
parent233c88b3aeb7d304f041b7b2f533a5a90cad180f
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