From: Mat Martineau Date: Wed, 2 Nov 2011 23:18:29 +0000 (-0700) Subject: Bluetooth: Change scope of the enable_hs module parameter X-Git-Tag: next-20111104~33^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=28d0cef65d0cf4115bd813159d7e370d7232fe0e;p=karo-tx-linux.git Bluetooth: Change scope of the enable_hs module parameter This variable is currently only accessible within l2cap_core.c, but it is also needed in l2cap_sock.c Signed-off-by: Mat Martineau Acked-by: Marcel Holtmann Acked-by: Andrei Emeltchenko Signed-off-by: Gustavo F. Padovan --- diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 38458d6cb393..2baf36f94522 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -737,6 +737,7 @@ static inline __u8 __ctrl_size(struct l2cap_chan *chan) } extern int disable_ertm; +extern int enable_hs; int l2cap_init_sockets(void); void l2cap_cleanup_sockets(void);