power: migrate PM includes to <zephyr/...>

Zephyr has prefixed all of its includes with <zephyr/...>. While the old
mode can still be used (CONFIG_LEGACY_INCLUDE_PATH) and is still enabled
by default, it's better to be prepared for its removal in the future.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-09 12:33:00 +02:00 committed by Stephanos Ioannidis
parent a29a32b806
commit 0e06d96fea
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
#include DeviceFamily_constructPath(driverlib/setup.h)
#include DeviceFamily_constructPath(driverlib/ccfgread.h)
#include <pm/policy.h>
#include <zephyr/pm/policy.h>
static unsigned int configureXOSCHF(unsigned int action);
static unsigned int nopResourceHandler(unsigned int action);