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 <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-10-27 11:40:43 +02:00
commit 4a345d3196
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
#include <errno.h>
#include <stddef.h>
#include <nanokernel.h>
#include <zephyr.h>
#include <arch/cpu.h>
#include <init.h>

View file

@ -19,7 +19,7 @@
#include <errno.h>
#include <stddef.h>
#include <nanokernel.h>
#include <zephyr.h>
#include <board.h>
#include <init.h>

View file

@ -17,7 +17,7 @@
#include <errno.h>
#include <atomic.h>
#include <nanokernel.h>
#include <zephyr.h>
#include <device.h>
#include <net/buf.h>

View file

@ -17,7 +17,7 @@
#include <errno.h>
#include <atomic.h>
#include <nanokernel.h>
#include <zephyr.h>
#include <device.h>
#include <bluetooth/bluetooth.h>

View file

@ -18,7 +18,7 @@
#include <errno.h>
#include <nanokernel.h>
#include <zephyr.h>
#include <sections.h>
#include <board.h>