drivers: replace power/power.h with pm/device.h
Drivers need access to the device PM API, so just include pm/device.h. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
ddfd27dbfb
commit
3863be02a5
10 changed files with 10 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <kernel.h>
|
||||
#include <drivers/i2c.h>
|
||||
#include <power/power.h>
|
||||
#include <pm/device.h>
|
||||
|
||||
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue