]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Make mgmt_stop_discovery_failed static
authorAndre Guedes <andre.guedes@openbossa.org>
Tue, 30 Apr 2013 18:29:35 +0000 (15:29 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 3 May 2013 22:01:05 +0000 (19:01 -0300)
commit59593f054ff444e72a4cbab7e11576a1f1a1c606
tree35a11f608eb7e33b6ceafe44c6d909e7f048f3bd
parent688fd6349454f8b2f5fb3ab97aba24cdc74b5240
Bluetooth: Make mgmt_stop_discovery_failed static

mgmt_stop_discovery_failed is now only used in mgmt.c so we can
make it a local function. This patch also moves the mgmt_stop_
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