drivers: counter: remove usage of device_pm_control_nop
device_pm_control_nop is now deprecated in favour of NULL. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
fdfca41e63
commit
f9928479a1
18 changed files with 18 additions and 18 deletions
|
@ -232,7 +232,7 @@ static struct mcux_lptmr_config mcux_lptmr_config_0 = {
|
|||
.irq_config_func = mcux_lptmr_irq_config_0,
|
||||
};
|
||||
|
||||
DEVICE_DT_INST_DEFINE(0, &mcux_lptmr_init, device_pm_control_nop,
|
||||
DEVICE_DT_INST_DEFINE(0, &mcux_lptmr_init, NULL,
|
||||
&mcux_lptmr_data_0,
|
||||
&mcux_lptmr_config_0,
|
||||
POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEVICE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue