bluetooth: controller: Remove condition for header inclusion

Remove ifdef guard around inclusion of nrf_clock_control.h in bluetooth
controller as the defines in this header are needed anyway.

Signed-off-by: Solveig Fure <solveig.fure@nordicsemi.no>
This commit is contained in:
Solveig Fure 2019-10-25 09:00:49 +02:00 committed by Ioannis Glaropoulos
commit aefe941396

View file

@ -11,9 +11,7 @@
#include <soc.h>
#include <device.h>
#include <drivers/clock_control.h>
#ifdef CONFIG_CLOCK_CONTROL_NRF
#include <drivers/clock_control/nrf_clock_control.h>
#endif
#include <bluetooth/hci.h>
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)