aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h4
1 files changed, 4 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
800static inline void l2cap_chan_no_resume(struct l2cap_chan *chan)
801{
802}
803
800static inline void l2cap_chan_no_set_shutdown(struct l2cap_chan *chan) 804static inline void l2cap_chan_no_set_shutdown(struct l2cap_chan *chan)
801{ 805{
802} 806}