drivers: ec_host_cmd_periph: 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
20e6048a49
commit
673b44ad30
1 changed files with 1 additions and 1 deletions
|
@ -80,6 +80,6 @@ static int ec_host_cmd_sim_init(const struct device *dev)
|
|||
}
|
||||
|
||||
/* Assume only one simulator */
|
||||
DEVICE_DT_INST_DEFINE(0, ec_host_cmd_sim_init, device_pm_control_nop,
|
||||
DEVICE_DT_INST_DEFINE(0, ec_host_cmd_sim_init, NULL,
|
||||
NULL, NULL, POST_KERNEL,
|
||||
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &ec_host_cmd_api);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue