Skip to content

Commit 57d41ad

Browse files
gmarullnashif
authored andcommitted
tests: kernel: device: add missing include
<pm/device.h> header is now required after #40693, this test was missed. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a0c669e commit 57d41ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/kernel/device/src/dummy_driver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <zephyr.h>
88
#include <device.h>
9+
#include <pm/device.h>
910

1011

1112
#define DUMMY_DRIVER_NAME "dummy_driver"

tests/kernel/device/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <init.h>
1010
#include <ztest.h>
1111
#include <sys/printk.h>
12+
#include <pm/device.h>
1213
#include <pm/device_runtime.h>
1314
#include <linker/sections.h>
1415
#include "abstract_driver.h"

0 commit comments

Comments
 (0)