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:
Gerard Marull-Paretas 2021-05-03 17:26:38 +02:00 committed by Anas Nashif
commit 3863be02a5
10 changed files with 10 additions and 10 deletions

View file

@ -11,7 +11,7 @@
LOG_MODULE_REGISTER(spi_cc13xx_cc26xx);
#include <drivers/spi.h>
#include <power/power.h>
#include <pm/device.h>
#include <driverlib/prcm.h>
#include <driverlib/ssi.h>