drivers: watchdog: 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
d24c234a5b
commit
621d1d45f2
16 changed files with 16 additions and 16 deletions
|
@ -153,7 +153,7 @@ static struct mcux_wdog_data mcux_wdog_data;
|
|||
|
||||
DEVICE_DT_INST_DEFINE(0,
|
||||
&mcux_wdog_init,
|
||||
device_pm_control_nop,
|
||||
NULL,
|
||||
&mcux_wdog_data, &mcux_wdog_config,
|
||||
POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEVICE,
|
||||
&mcux_wdog_api);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue