drivers: clock control: rename nrf5_power_clock source and header
This commit renames the nrf5_clock_control.h and nrf5_clock_control.c files to nrf_clock_control.h and nrf_clock_control.c, respectively, as they are used in nRF9160 builds, as well. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
302a746bd6
commit
2e687653fa
9 changed files with 11 additions and 11 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "ll_feat.h"
|
||||
|
||||
#if defined(CONFIG_SOC_COMPATIBLE_NRF)
|
||||
#include <drivers/clock_control/nrf5_clock_control.h>
|
||||
#include <drivers/clock_control/nrf_clock_control.h>
|
||||
#endif /* CONFIG_SOC_COMPATIBLE_NRF */
|
||||
|
||||
#include "hal/cpu.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue