Hi Johan, > 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@xxxxxxxxx> > --- > include/net/bluetooth/hci_core.h | 25 --- > net/bluetooth/Makefile | 2 +- > net/bluetooth/hci_conn.c | 1 + > net/bluetooth/hci_core.c | 370 +----------------------------------- > net/bluetooth/hci_event.c | 1 + > net/bluetooth/hci_request.c | 397 +++++++++++++++++++++++++++++++++++++++ > net/bluetooth/hci_request.h | 51 +++++ > net/bluetooth/mgmt.c | 1 + > 8 files changed, 453 insertions(+), 395 deletions(-) > create mode 100644 net/bluetooth/hci_request.c > create mode 100644 net/bluetooth/hci_request.h patch has been applied to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html