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:
parent
00681f0241
commit
4663b07850
7 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue