]> 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>
Wed, 29 May 2013 21:43:38 +0000 (18:43 -0300)
commit08ab765226a533eef8c0c7f661ef1d79b190bc3f
tree8a20f95c81320eb0786e3d56f86f3c76f0debf87
parenta407085c049e95f4532700f071394490fd7bc52f
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