X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=net%2Fbluetooth%2Fa2mp.h;fp=net%2Fbluetooth%2Fa2mp.h;h=652117ebf2a5af6443ae623c012a194e227a3688;hb=469cd4c5a6ace7c6285d8708709d0002b8984d47;hp=883266602cbcadd6d0e8cc2ee545477bddffdce9;hpb=59d4d0863e2e87cbdc089bd446754d64a010d29c;p=cascardo%2Flinux.git 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);