From 4a345d3196b6a73b3abf3a5c490d9bc8a592cc86 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 27 Oct 2016 11:40:43 +0200 Subject: [PATCH] Bluetooth: drivers: Include zephyr.h instead of nanokernel.h zephyr.h includes required kernel header depending on selected configuration. Change-Id: Ieb5666c96f94708a42f605c09eb710f8d2eee4ec Signed-off-by: Szymon Janc --- drivers/bluetooth/hci/h4.c | 2 +- drivers/bluetooth/hci/h5.c | 2 +- drivers/bluetooth/nble/gap.c | 2 +- drivers/bluetooth/nble/smp.c | 2 +- drivers/bluetooth/nble/uart.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/bluetooth/hci/h4.c b/drivers/bluetooth/hci/h4.c index 4c26c78f3a2..0ecf6082088 100644 --- a/drivers/bluetooth/hci/h4.c +++ b/drivers/bluetooth/hci/h4.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include diff --git a/drivers/bluetooth/hci/h5.c b/drivers/bluetooth/hci/h5.c index c87c0687f53..c7052509251 100644 --- a/drivers/bluetooth/hci/h5.c +++ b/drivers/bluetooth/hci/h5.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include #include diff --git a/drivers/bluetooth/nble/gap.c b/drivers/bluetooth/nble/gap.c index 922c5159fec..9d667e16bbb 100644 --- a/drivers/bluetooth/nble/gap.c +++ b/drivers/bluetooth/nble/gap.c @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include diff --git a/drivers/bluetooth/nble/smp.c b/drivers/bluetooth/nble/smp.c index 0bfadff6800..b5a59676362 100644 --- a/drivers/bluetooth/nble/smp.c +++ b/drivers/bluetooth/nble/smp.c @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include diff --git a/drivers/bluetooth/nble/uart.c b/drivers/bluetooth/nble/uart.c index b63ef9198d2..fe7c14e4f7f 100644 --- a/drivers/bluetooth/nble/uart.c +++ b/drivers/bluetooth/nble/uart.c @@ -18,7 +18,7 @@ #include -#include +#include #include #include