]> 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>
Wed, 29 May 2013 21:43:40 +0000 (18:43 -0300)
commit1abaf22386621a9ba61ad0ed7dd1959b5b68e3cc
treea598c151909a41f9de97a4784b8d19af5f0fd3a2
parent435693d624f90002b997928da37f4281eedb6f09
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