diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-12-19 14:40:20 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-19 15:04:42 +0300 |
commit | 0857dd3bed62d8f905f61a399d1ed76464b5270f (patch) | |
tree | 8f1bfe08aa1e63f1294bb60a5497e3611b56317e /net/bluetooth/hci_conn.c | |
parent | 1d2dc5b7b32393bb2d818e0de82a66b1a654d329 (diff) | |
download | linux-0857dd3bed62d8f905f61a399d1ed76464b5270f.tar.xz |
Bluetooth: Split hci_request helpers to hci_request.[ch]
None of the hci_request related things in net/bluetooth/hci_core.h are
needed anywhere outside of the core bluetooth module. This patch creates
a new net/bluetooth/hci_request.c file with its corresponding h-file and
moves the functionality there from hci_core.c and hci_core.h.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r-- | net/bluetooth/hci_conn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index fe18825cc8a4..4405fb352c70 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -30,6 +30,7 @@ #include <net/bluetooth/hci_core.h> #include <net/bluetooth/l2cap.h> +#include "hci_request.h" #include "smp.h" #include "a2mp.h" |