drivers: peci: 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
6e7539502b
commit
aa1c8e2ee9
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ static int peci_xec_init(const struct device *dev)
|
||||||
|
|
||||||
DEVICE_DT_INST_DEFINE(0,
|
DEVICE_DT_INST_DEFINE(0,
|
||||||
&peci_xec_init,
|
&peci_xec_init,
|
||||||
device_pm_control_nop,
|
NULL,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
POST_KERNEL, CONFIG_PECI_INIT_PRIORITY,
|
POST_KERNEL, CONFIG_PECI_INIT_PRIORITY,
|
||||||
&peci_xec_driver_api);
|
&peci_xec_driver_api);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue