diff options
| -rw-r--r-- | include/net/bluetooth/l2cap.h | 4 | ||||
| -rw-r--r-- | net/bluetooth/a2mp.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 377db2aa89f9..3d922b938141 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
| @@ -797,6 +797,10 @@ static inline void l2cap_chan_no_defer(struct l2cap_chan *chan) | |||
| 797 | { | 797 | { |
| 798 | } | 798 | } |
| 799 | 799 | ||
| 800 | static inline void l2cap_chan_no_resume(struct l2cap_chan *chan) | ||
| 801 | { | ||
| 802 | } | ||
| 803 | |||
| 800 | static inline void l2cap_chan_no_set_shutdown(struct l2cap_chan *chan) | 804 | static inline void l2cap_chan_no_set_shutdown(struct l2cap_chan *chan) |
| 801 | { | 805 | { |
| 802 | } | 806 | } |
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c index 74c14779bed6..fe32a334a52d 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 | .resume = l2cap_chan_no_resume, | ||
| 713 | .set_shutdown = l2cap_chan_no_set_shutdown, | 714 | .set_shutdown = l2cap_chan_no_set_shutdown, |
| 714 | .get_sndtimeo = l2cap_chan_no_get_sndtimeo, | 715 | .get_sndtimeo = l2cap_chan_no_get_sndtimeo, |
| 715 | }; | 716 | }; |
