]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Move eir_get_length() function into hci_event.c
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 17:31:12 +0000 (10:31 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 15 Oct 2013 18:28:38 +0000 (21:28 +0300)
commitf4d8d8e42c113a85633a1dd143e00cf3dbad91e3
tree17b3ba516a150a5b35580d1138c4612d0d6e60ff
parentc1b6e7714dd158297af5462468f0e3080114f30e
Bluetooth: Move eir_get_length() function into hci_event.c

The eir_get_length() function is only used from hci_event.c and so
instead of having a public function move it to the location where
it is used.

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_event.c