tests: replace power/power.h with pm/pm.h

Replace old header with the new one.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-03 17:26:00 +02:00 committed by Anas Nashif
commit 5a4cdd24a0
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
*/ */
#include <ztest.h> #include <ztest.h>
#include <power/power.h> #include <pm/pm.h>
#include <irq_offload.h> #include <irq_offload.h>
#include <debug/stack.h> #include <debug/stack.h>

View file

@ -5,7 +5,7 @@
*/ */
#include <ztest.h> #include <ztest.h>
#include <power/power.h> #include <pm/pm.h>
#define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) #define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE)
#define NUM_THREAD 4 #define NUM_THREAD 4

View file

@ -10,7 +10,7 @@
#include <ztest.h> #include <ztest.h>
#include <ksched.h> #include <ksched.h>
#include <kernel.h> #include <kernel.h>
#include <power/power.h> #include <pm/pm.h>
#include "dummy_driver.h" #include "dummy_driver.h"
#define SLEEP_MSEC 100 #define SLEEP_MSEC 100

View file

@ -9,7 +9,7 @@
#include <ztest.h> #include <ztest.h>
#include <device.h> #include <device.h>
#include <soc.h> #include <soc.h>
#include <power/power.h> #include <pm/pm.h>
#include <logging/log.h> #include <logging/log.h>
#define LOG_LEVEL LOG_LEVEL_DBG #define LOG_LEVEL LOG_LEVEL_DBG
LOG_MODULE_REGISTER(pwrmgmt_test); LOG_MODULE_REGISTER(pwrmgmt_test);

View file

@ -6,7 +6,7 @@
#include <zephyr.h> #include <zephyr.h>
#include <ztest.h> #include <ztest.h>
#include <power/power.h> #include <pm/pm.h>
/* Last state has not declared a minimum residency, so it should be /* Last state has not declared a minimum residency, so it should be
* set the default 0 value * set the default 0 value