power: npcx: Fix compile error if !CONFIG_ARM_MPU

The NPCX power management code gets a compile error if CONFIG_PM is
enabled but CONFIG_ARM_MPU is disabled.

Signed-off-by: Keith Short <keithshort@google.com>
This commit is contained in:
Keith Short 2021-04-27 14:37:14 -06:00 committed by Anas Nashif
commit 64c4c74ee8

View file

@ -45,6 +45,7 @@
* INCLUDE FILES: soc_clock.h
*/
#include <arch/arm/aarch32/cortex_m/cmsis.h>
#include <zephyr.h>
#include <drivers/espi.h>
#include <power/power.h>