drivers: pm_cpu_ops: 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
693629ade3
commit
26bca11dc8
1 changed files with 1 additions and 1 deletions
|
@ -146,6 +146,6 @@ static int psci_init(const struct device *dev)
|
|||
return psci_detect();
|
||||
}
|
||||
|
||||
DEVICE_DT_INST_DEFINE(0, psci_init, device_pm_control_nop,
|
||||
DEVICE_DT_INST_DEFINE(0, psci_init, NULL,
|
||||
&psci_data, NULL, PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE,
|
||||
NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue