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:
Gerard Marull-Paretas 2021-04-28 11:26:54 +02:00 committed by Anas Nashif
commit aa1c8e2ee9

View file

@ -398,7 +398,7 @@ static int peci_xec_init(const struct device *dev)
DEVICE_DT_INST_DEFINE(0,
&peci_xec_init,
device_pm_control_nop,
NULL,
NULL, NULL,
POST_KERNEL, CONFIG_PECI_INIT_PRIORITY,
&peci_xec_driver_api);