From 079030718f12fd1c1c6009fd46910d90e7ce8ac3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 29 Oct 2016 14:20:03 +0300 Subject: [PATCH] Bluetooth: Move hci_driver.h to include/drivers/bluetooth This header file is not intended for applications, rather than for drivers, so move it to the appropriate place. Change-Id: I7ff8158418e7e839b538c6cccbb32f3af43c12c6 Signed-off-by: Johan Hedberg --- include/{ => drivers}/bluetooth/hci_driver.h | 0 tests/bluetooth/test_bluetooth/src/bluetooth.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/{ => drivers}/bluetooth/hci_driver.h (100%) diff --git a/include/bluetooth/hci_driver.h b/include/drivers/bluetooth/hci_driver.h similarity index 100% rename from include/bluetooth/hci_driver.h rename to include/drivers/bluetooth/hci_driver.h diff --git a/tests/bluetooth/test_bluetooth/src/bluetooth.c b/tests/bluetooth/test_bluetooth/src/bluetooth.c index f214a2a153f..1199131affd 100644 --- a/tests/bluetooth/test_bluetooth/src/bluetooth.c +++ b/tests/bluetooth/test_bluetooth/src/bluetooth.c @@ -22,7 +22,7 @@ #include #include -#include +#include #define EXPECTED_ERROR -ENOSYS