]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit89c6a6cb87bb1b1839072c3dcf98f3ddf132cfbe
treed20981eab1de9d1add4037cc33e5537b90189600
parent22fa1bf555bd5b54255897e4ed04ff8a9a8b265e
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