drivers: clock_control: 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
51574420fe
commit
62afdca908
17 changed files with 17 additions and 17 deletions
|
@ -93,7 +93,7 @@ static const struct clock_control_driver_api mcux_lpc_syscon_api = {
|
|||
\
|
||||
DEVICE_DT_INST_DEFINE(n, \
|
||||
&mcux_lpc_syscon_clock_control_init, \
|
||||
device_pm_control_nop, \
|
||||
NULL, \
|
||||
NULL, NULL, \
|
||||
PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEVICE, \
|
||||
&mcux_lpc_syscon_api);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue