From: Marcel Holtmann Date: Wed, 16 Oct 2013 09:09:01 +0000 (-0700) Subject: Bluetooth: Remove enable_hs declaration X-Git-Tag: v3.13-rc1~105^2~23^2^2~4^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3900cb25de21476758f1ae8b8d3e4602e3cd4ed;p=profile%2Fivi%2Fkernel-x86-ivi.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 c8bc7bf..77a971a 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 */