diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2011-11-11 10:02:14 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-11-16 13:54:29 -0500 |
commit | 8830f514106fbd09ba5bbbaae043a8624ceb9d67 (patch) | |
tree | c6d8f9c1507dfaba36f1d621c83dbfbbf78330fd /include | |
parent | 453a83869c98746006d9a6c03e2b208b9018f671 (diff) |
Bluetooth: Move scope of kernel parameter enable_hs
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 | ||||
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index e284dd906b9e..376c57420abe 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1344,4 +1344,6 @@ struct hci_inquiry_req { | |||
1344 | }; | 1344 | }; |
1345 | #define IREQ_CACHE_FLUSH 0x0001 | 1345 | #define IREQ_CACHE_FLUSH 0x0001 |
1346 | 1346 | ||
1347 | extern int enable_hs; | ||
1348 | |||
1347 | #endif /* __HCI_H */ | 1349 | #endif /* __HCI_H */ |
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 1e6fda438130..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); |