drivers: serial: 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
aa1c8e2ee9
commit
a4081b66d8
32 changed files with 45 additions and 45 deletions
|
@ -536,7 +536,7 @@ static struct uart_esp32_data uart_esp32_data_##idx = { \
|
|||
\
|
||||
DEVICE_DT_INST_DEFINE(idx, \
|
||||
uart_esp32_init, \
|
||||
device_pm_control_nop, \
|
||||
NULL, \
|
||||
&uart_esp32_data_##idx, \
|
||||
&uart_esp32_cfg_port_##idx, \
|
||||
PRE_KERNEL_1, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue