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
|
@ -457,6 +457,6 @@ static const struct dma_driver_api dma_sam0_api = {
|
|||
.get_status = dma_sam0_get_status,
|
||||
};
|
||||
|
||||
DEVICE_DT_INST_DEFINE(0, &dma_sam0_init, device_pm_control_nop,
|
||||
DEVICE_DT_INST_DEFINE(0, &dma_sam0_init, NULL,
|
||||
&dmac_data, NULL, POST_KERNEL,
|
||||
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &dma_sam0_api);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue