aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bpa10x.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-03-24 10:19:53 +0100
committerMarcel Holtmann <marcel@holtmann.org>2018-04-01 14:25:32 +0200
commit07eb96a5a7b083c988a2c7b0663e958e392f18c7 (patch)
treeceb86d8188891452b947fffa8e52728be48b4730 /drivers/bluetooth/bpa10x.c
parentBluetooth: hci_ll: Convert to use h4_recv_buf helper (diff)
downloadlinux-dev-07eb96a5a7b083c988a2c7b0663e958e392f18c7.tar.xz
linux-dev-07eb96a5a7b083c988a2c7b0663e958e392f18c7.zip
Bluetooth: bpa10x: Use separate h4_recv_buf helper
When adding the alignment and padding support for H:4 packet processing for the Nokia driver, it broke the h4_recv_buf usage within bpa10x driver. To fix this use a separate helper function and placing it into a dedicated h4_recv.h header file. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/bpa10x.c')
-rw-r--r--drivers/bluetooth/bpa10x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c
index 801ea4ca65e4..c6f7cc57db14 100644
--- a/drivers/bluetooth/bpa10x.c
+++ b/drivers/bluetooth/bpa10x.c
@@ -35,7 +35,7 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
-#include "hci_uart.h"
+#include "h4_recv.h"
#define VERSION "0.11"