summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSzymon Janc <ext.szymon.janc@tieto.com>2016-10-20 13:35:01 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-10-21 07:47:31 +0300
commit8b8b9f213175d9cde82c8480504a42f737cf2a5c (patch)
treeb9872f999532e52d23a405c37ba3ad5addee35d5 /net
parent7beb70906ec6ebda9218738735910fe08b26a558 (diff)
Bluetooth: Fix build with unified kernel
zephyr.h includes required headers and has guards for unified kernel config. Change-Id: I40b5d95218cee5594c06e5ba3de496a0aca16f2c Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
Diffstat (limited to 'net')
-rw-r--r--net/bluetooth/hci_ecc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_ecc.c b/net/bluetooth/hci_ecc.c
index ee5442963..cd303f537 100644
--- a/net/bluetooth/hci_ecc.c
+++ b/net/bluetooth/hci_ecc.c
@@ -21,7 +21,6 @@
#include <zephyr.h>
#include <atomic.h>
-#include <microkernel/task.h>
#include <misc/byteorder.h>
#include <misc/nano_work.h>
#include <tinycrypt/constants.h>