Bluetooth: Move struct hci_sec_filter next to its user
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Jul 2014 03:36:39 +0000 (05:36 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 11 Jul 2014 10:54:17 +0000 (13:54 +0300)
commit3ad254f7f6fd3b66ce47a156cbb92cb02002103e
treed20981eab1de9d1add4037cc33e5537b90189600
parentf49daa8190ebf25eae907048266b590a9cdccb95
Bluetooth: Move struct hci_sec_filter next to its user

There is only single location using struct hci_sec_filter and with
that there is no point in putting this declaration into a global
header file. So move it right next to its user and make the code
a lot more simpler.

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