]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Make is_identity_address a global function
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 2 Jul 2014 14:37:33 +0000 (17:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:57 +0000 (17:42 +0200)
commit5a095021bf7f589c617ead4bf8b4230d042de701
treeb48318f715ab35c33e3729d92c7420fdc3c173cb
parentb21259b7eee428e6117e985c4c2f6cda0148161d
Bluetooth: Make is_identity_address a global function

There are more places that can take advantage of is_identity_address()
besides hci_core.c. This patch moves the function to hci_core.h and
gives it the appropriate hci_ prefix.

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