diff options
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 875021ad0675..30719eb2e77c 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -792,7 +792,6 @@ static inline __u8 __ctrl_size(struct l2cap_chan *chan) | |||
792 | } | 792 | } |
793 | 793 | ||
794 | extern int disable_ertm; | 794 | extern int disable_ertm; |
795 | extern int enable_hs; | ||
796 | 795 | ||
797 | int l2cap_init_sockets(void); | 796 | int l2cap_init_sockets(void); |
798 | void l2cap_cleanup_sockets(void); | 797 | void l2cap_cleanup_sockets(void); |
@@ -810,5 +809,6 @@ int l2cap_chan_connect(struct l2cap_chan *chan); | |||
810 | int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, | 809 | int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len, |
811 | u32 priority); | 810 | u32 priority); |
812 | void l2cap_chan_busy(struct l2cap_chan *chan, int busy); | 811 | void l2cap_chan_busy(struct l2cap_chan *chan, int busy); |
812 | int l2cap_chan_check_security(struct l2cap_chan *chan); | ||
813 | 813 | ||
814 | #endif /* __L2CAP_H */ | 814 | #endif /* __L2CAP_H */ |