soc: 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:23:53 +02:00 committed by Anas Nashif
commit f61649b7ba
14 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#include <device.h> #include <device.h>
#include <init.h> #include <init.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
#include <soc_power.h> #include <soc_power.h>
#include <arch/cpu.h> #include <arch/cpu.h>

View file

@ -8,7 +8,7 @@
#include <zephyr.h> #include <zephyr.h>
#include <sys/sys_io.h> #include <sys/sys_io.h>
#include <sys/__assert.h> #include <sys/__assert.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
/* /*

View file

@ -8,7 +8,7 @@
#include <zephyr.h> #include <zephyr.h>
#include <sys/sys_io.h> #include <sys/sys_io.h>
#include <sys/__assert.h> #include <sys/__assert.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
#include "device_power.h" #include "device_power.h"

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <hal/nrf_power.h> #include <hal/nrf_power.h>
#include <logging/log.h> #include <logging/log.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <hal/nrf_power.h> #include <hal/nrf_power.h>
#include <logging/log.h> #include <logging/log.h>

View file

@ -5,7 +5,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <hal/nrf_regulators.h> #include <hal/nrf_regulators.h>

View file

@ -5,7 +5,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <hal/nrf_regulators.h> #include <hal/nrf_regulators.h>
#include <logging/log.h> #include <logging/log.h>

View file

@ -48,7 +48,7 @@
#include <arch/arm/aarch32/cortex_m/cmsis.h> #include <arch/arm/aarch32/cortex_m/cmsis.h>
#include <zephyr.h> #include <zephyr.h>
#include <drivers/espi.h> #include <drivers/espi.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
#include "soc_host.h" #include "soc_host.h"

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include "fsl_power.h" #include "fsl_power.h"
#include <logging/log.h> #include <logging/log.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <em_emu.h> #include <em_emu.h>
#include <logging/log.h> #include <logging/log.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
#include <init.h> #include <init.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
#include <init.h> #include <init.h>

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <power/power.h> #include <pm/pm.h>
#include <soc.h> #include <soc.h>
#include <init.h> #include <init.h>

View file

@ -5,7 +5,7 @@
*/ */
#include <zephyr.h> #include <zephyr.h>
#include <init.h> #include <init.h>
#include <power/power.h> #include <pm/pm.h>
#include <driverlib/pwr_ctrl.h> #include <driverlib/pwr_ctrl.h>
#include <driverlib/sys_ctrl.h> #include <driverlib/sys_ctrl.h>