Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>

authored by

Marcel Holtmann and committed by
Johan Hedberg
6190ae7a fc8f525a

-1
-1
include/net/bluetooth/sco.h
··· 27 27 28 28 /* SCO defaults */ 29 29 #define SCO_DEFAULT_MTU 500 30 - #define SCO_DEFAULT_FLUSH_TO 0xFFFF 31 30 32 31 #define SCO_CONN_TIMEOUT (HZ * 40) 33 32 #define SCO_DISCONN_TIMEOUT (HZ * 2)