Bluetooth: Move set_bredr_scan() to avoid forward declaration
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 14 Oct 2013 18:15:25 +0000 (21:15 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Oct 2013 18:23:28 +0000 (11:23 -0700)
commit67e5a7a3d796d88da9662ab90aa23161c6a9f753
treed1d23c7f4e66bec8f46393eff9376dd0d85c33c4
parent1987fdc77f49282efeec76d14eee2ded3ee9b5d2
Bluetooth: Move set_bredr_scan() to avoid forward declaration

The set_bredr_scan() function will soon be needed by the set_bredr()
function, so move it to a new location to avoid having to add a forward
declaration.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/mgmt.c