tests: fs: 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
5899b8a190
commit
e4ec9f7685
1 changed files with 1 additions and 1 deletions
|
@ -93,5 +93,5 @@ static const struct flash_driver_api flash_ram_api = {
|
||||||
};
|
};
|
||||||
|
|
||||||
DEVICE_DEFINE(flash_ram_test, "ram_flash_test_drv", test_ram_flash_init,
|
DEVICE_DEFINE(flash_ram_test, "ram_flash_test_drv", test_ram_flash_init,
|
||||||
device_pm_control_nop, NULL, NULL, POST_KERNEL,
|
NULL, NULL, NULL, POST_KERNEL,
|
||||||
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &flash_ram_api);
|
CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &flash_ram_api);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue