]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: Make inquiry_cache_flush non-static
authorAndre Guedes <andre.guedes@openbossa.org>
Tue, 30 Apr 2013 18:29:27 +0000 (15:29 -0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 3 May 2013 21:30:52 +0000 (18:30 -0300)
commit7ccb93e728d2ff25fd3e6960cfd7fb7c6dd8e8b0
tree923360ff7f245b12bbfa55dfe3667b93818ce115
parentb16ee62ec051e103a20c7a4849bb5130527e5265
Bluetooth: Make inquiry_cache_flush non-static

In order to use HCI request framework in start_discovery, we'll need
to call inquiry_cache_flush in mgmt.c. Therefore, this patch adds the
hci_ prefix to inquiry_cache_flush and makes it non-static.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Acked-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c