summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann2013-10-16 11:09:01 +0200
committerJohan Hedberg2013-10-16 11:28:25 +0200
commitd3900cb25de21476758f1ae8b8d3e4602e3cd4ed (patch)
treedd915013d1c1f5e27eb853f8d07e7c1c74d703dc /include/net/bluetooth
parentBluetooth: Ignore SMP data on non-LE links (diff)
downloadkernel-qcow2-linux-d3900cb25de21476758f1ae8b8d3e4602e3cd4ed.tar.gz
kernel-qcow2-linux-d3900cb25de21476758f1ae8b8d3e4602e3cd4ed.tar.xz
kernel-qcow2-linux-d3900cb25de21476758f1ae8b8d3e4602e3cd4ed.zip
Bluetooth: Remove enable_hs declaration
This seems to be a left-over. The module parameter enable_hs has been removed, but its extern declaration is still present. It is not needed anymore, so just remove it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index c8bc7bfffaf5..77a971aefcff 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1787,6 +1787,4 @@ struct hci_inquiry_req {
};
#define IREQ_CACHE_FLUSH 0x0001
-extern bool enable_hs;
-
#endif /* __HCI_H */