drivers: interrupt_controller: 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
ed4dd0e9bb
commit
e6170a4dbc
8 changed files with 9 additions and 9 deletions
|
@ -213,6 +213,6 @@ static int rv32m1_intmux_init(const struct device *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
DEVICE_DT_INST_DEFINE(0, &rv32m1_intmux_init, device_pm_control_nop, NULL,
|
||||
DEVICE_DT_INST_DEFINE(0, &rv32m1_intmux_init, NULL, NULL,
|
||||
&rv32m1_intmux_cfg, PRE_KERNEL_1,
|
||||
CONFIG_RV32M1_INTMUX_INIT_PRIORITY, &rv32m1_intmux_apis);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue