diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-02-14 13:36:07 -0800 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-02-15 10:14:54 +0200 |
commit | 87e2a020cac29fba4a35e681392ba0d1f7e21ba9 (patch) | |
tree | 391282acddcca40177102a39b1d27600270ec04d /net/bluetooth/a2mp.h | |
parent | bc333cc4659b2f4614783154aca638a2adcf1264 (diff) | |
download | linux-87e2a020cac29fba4a35e681392ba0d1f7e21ba9.tar.bz2 |
Bluetooth: Make __next_ident function static.
The __next_ident function is a local function and so do not export it
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/a2mp.h b/net/bluetooth/a2mp.h index 41f9fbc26c29..296f665adb09 100644 --- a/net/bluetooth/a2mp.h +++ b/net/bluetooth/a2mp.h @@ -131,7 +131,6 @@ struct a2mp_physlink_rsp { struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr); 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); void a2mp_discover_amp(struct l2cap_chan *chan); |