arch: 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:24:47 +02:00 committed by Anas Nashif
commit 280ca7a632
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
#include <sw_isr_table.h>
#include <irq.h>
#include <tracing/tracing.h>
#include <power/power.h>
#include <pm/pm.h>
extern void z_arm_reserved(void);

View file

@ -18,7 +18,7 @@
#include "posix_core.h"
#include "irq.h"
#include "kswap.h"
#include <power/power.h>
#include <pm/pm.h>
int arch_swap(unsigned int key)
{

View file

@ -28,7 +28,7 @@
#include <arch/common/addr_types.h>
#include <arch/x86/ia32/segmentation.h>
#include <power/power.h>
#include <pm/pm.h>
#endif /* _ASMLANGUAGE */