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:
Gerard Marull-Paretas 2021-04-28 10:23:42 +02:00 committed by Anas Nashif
commit f9928479a1
18 changed files with 18 additions and 18 deletions

View file

@ -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,