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:
Gerard Marull-Paretas 2021-04-26 12:30:23 +02:00 committed by Anas Nashif
commit 6c7c9e2b99

View file

@ -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,