drivers: display: 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
374d46c235
commit
6b05c6e06e
9 changed files with 9 additions and 9 deletions
|
@ -416,7 +416,7 @@ static const struct display_driver_api sdl_display_api = {
|
|||
};
|
||||
|
||||
DEVICE_DEFINE(sdl_display, CONFIG_SDL_DISPLAY_DEV_NAME, &sdl_display_init,
|
||||
device_pm_control_nop, &sdl_display_data, NULL, APPLICATION,
|
||||
NULL, &sdl_display_data, NULL, APPLICATION,
|
||||
CONFIG_APPLICATION_INIT_PRIORITY, &sdl_display_api);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue