From: Marcel Holtmann Date: Wed, 16 Oct 2013 09:09:01 +0000 (-0700) Subject: Bluetooth: Remove enable_hs declaration X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d3900cb25de21476758f1ae8b8d3e4602e3cd4ed;p=deliverable%2Flinux.git 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 Signed-off-by: Johan Hedberg --- 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 */