Bluetooth: Move hci_amp_capable() function into L2CAP core
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 5 Oct 2013 18:47:48 +0000 (11:47 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 6 Oct 2013 08:25:58 +0000 (10:25 +0200)
commit80d58d0b5b18b68addad61e228ced167f8b80dd3
tree018b4c56884f862edcef6ec4d794640ae31eddf8
parent23f0cb41a20e9850513fa4943f6a19525000cce2
Bluetooth: Move hci_amp_capable() function into L2CAP core

The hci_amp_capable() function has only a single user inside the L2CAP
core. Instead of exporting the function, place it next to its user.

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/l2cap_core.c