arch: x86: remove usage of device_pm_control_nop
If device PM is not implemented just use NULL. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
d7da2a31f0
commit
6c7c9e2b99
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ static int multiboot_framebuf_init(const struct device *dev)
|
|||
DEVICE_DEFINE(multiboot_framebuf,
|
||||
"FRAMEBUF",
|
||||
multiboot_framebuf_init,
|
||||
device_pm_control_nop,
|
||||
NULL,
|
||||
&multiboot_framebuf_data,
|
||||
NULL,
|
||||
PRE_KERNEL_1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue