From: Marcel Holtmann Date: Fri, 11 Jul 2014 04:19:43 +0000 (+0200) Subject: Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant X-Git-Tag: v3.17-rc1~106^2~73^2~42^2~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6190ae7a184bf488aeb051a5713aa57b07d4c59b;p=~emulex%2Finfiniband.git Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant The SCO_DEFAULT_FLUSH_TO constant has been defined, but it is not used anywhere and so just remove it. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h index 42a0d089d71..ab8b1ed550d 100644 --- a/include/net/bluetooth/sco.h +++ b/include/net/bluetooth/sco.h @@ -27,7 +27,6 @@ /* SCO defaults */ #define SCO_DEFAULT_MTU 500 -#define SCO_DEFAULT_FLUSH_TO 0xFFFF #define SCO_CONN_TIMEOUT (HZ * 40) #define SCO_DISCONN_TIMEOUT (HZ * 2)