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:
Gerard Marull-Paretas 2021-04-28 12:07:15 +02:00 committed by Anas Nashif
commit 621d1d45f2
16 changed files with 16 additions and 16 deletions

View file

@ -203,7 +203,7 @@ static const struct mcux_wdog32_config mcux_wdog32_config_0 = {
static struct mcux_wdog32_data mcux_wdog32_data_0;
DEVICE_DT_INST_DEFINE(0, &mcux_wdog32_init,
device_pm_control_nop, &mcux_wdog32_data_0,
NULL, &mcux_wdog32_data_0,
&mcux_wdog32_config_0, POST_KERNEL,
CONFIG_KERNEL_INIT_PRIORITY_DEVICE,
&mcux_wdog32_api);