drivers: dma: 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
6b05c6e06e
commit
861eac31b8
11 changed files with 11 additions and 11 deletions
|
@ -277,7 +277,7 @@ static struct dmamux_stm32_data dmamux_stm32_data_##index; \
|
|||
\
|
||||
DEVICE_DT_INST_DEFINE(index, \
|
||||
&dmamux_stm32_init, \
|
||||
device_pm_control_nop, \
|
||||
NULL, \
|
||||
&dmamux_stm32_data_##index, &dmamux_stm32_config_##index,\
|
||||
PRE_KERNEL_1, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, \
|
||||
&dma_funcs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue