drivers: ipm: 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 11:10:22 +02:00 committed by Anas Nashif
commit 4663b07850
7 changed files with 9 additions and 9 deletions

View file

@ -216,7 +216,7 @@ static struct imx_mu_data imx_mu_b_data;
DEVICE_DT_INST_DEFINE(0,
&imx_mu_init,
device_pm_control_nop,
NULL,
&imx_mu_b_data, &imx_mu_b_config,
PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT,
&imx_mu_driver_api);