diff options
Diffstat (limited to 'net/bluetooth/a2mp.c')
-rw-r--r-- | net/bluetooth/a2mp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c index 6b8cc23787e2..1e9921024a1d 100644 --- a/net/bluetooth/a2mp.c +++ b/net/bluetooth/a2mp.c | |||
@@ -710,6 +710,7 @@ static struct l2cap_ops a2mp_chan_ops = { | |||
710 | .teardown = l2cap_chan_no_teardown, | 710 | .teardown = l2cap_chan_no_teardown, |
711 | .ready = l2cap_chan_no_ready, | 711 | .ready = l2cap_chan_no_ready, |
712 | .defer = l2cap_chan_no_defer, | 712 | .defer = l2cap_chan_no_defer, |
713 | .get_sndtimeo = l2cap_chan_no_get_sndtimeo, | ||
713 | }; | 714 | }; |
714 | 715 | ||
715 | static struct l2cap_chan *a2mp_chan_open(struct l2cap_conn *conn, bool locked) | 716 | static struct l2cap_chan *a2mp_chan_open(struct l2cap_conn *conn, bool locked) |