Skip to content

Commit aefe941

Browse files
sofu1ioannisg
authored andcommitted
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 <[email protected]>
1 parent 27481a7 commit aefe941

File tree

1 file changed

+0
-2
lines changed
  • subsys/bluetooth/controller/ll_sw

1 file changed

+0
-2
lines changed

subsys/bluetooth/controller/ll_sw/ll.c

-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
#include <soc.h>
1212
#include <device.h>
1313
#include <drivers/clock_control.h>
14-
#ifdef CONFIG_CLOCK_CONTROL_NRF
1514
#include <drivers/clock_control/nrf_clock_control.h>
16-
#endif
1715
#include <bluetooth/hci.h>
1816

1917
#define BT_DBG_ENABLED IS_ENABLED(CONFIG_BT_DEBUG_HCI_DRIVER)

0 commit comments

Comments
 (0)