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)
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>

No differences found