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:
parent
f61649b7ba
commit
280ca7a632
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue