aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-14 13:36:05 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2015-02-15 10:14:51 +0200
commit469cd4c5a6ace7c6285d8708709d0002b8984d47 (patch)
tree441000867b0cf9335731bfef7c880599d5b1ce77 /net/bluetooth/a2mp.h
parentBluetooth: Make amp_mgr_list and amp_mgr_list_lock static (diff)
downloadlinux-dev-469cd4c5a6ace7c6285d8708709d0002b8984d47.tar.xz
linux-dev-469cd4c5a6ace7c6285d8708709d0002b8984d47.zip
Bluetooth: Make amp_mgr_lookup_by_state function static
The amp_mgr_lookup_by_state function does not need to be exported. So just move it to a different location and make it static. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/a2mp.h')
-rw-r--r--net/bluetooth/a2mp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/a2mp.h b/net/bluetooth/a2mp.h
index 883266602cbc..652117ebf2a5 100644
--- a/net/bluetooth/a2mp.h
+++ b/net/bluetooth/a2mp.h
@@ -134,7 +134,6 @@ int amp_mgr_put(struct amp_mgr *mgr);
u8 __next_ident(struct amp_mgr *mgr);
struct l2cap_chan *a2mp_channel_create(struct l2cap_conn *conn,
struct sk_buff *skb);
-struct amp_mgr *amp_mgr_lookup_by_state(u8 state);
void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data);
void a2mp_discover_amp(struct l2cap_chan *chan);
void a2mp_send_getinfo_rsp(struct hci_dev *hdev);