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:
parent
4cd7ff65da
commit
64c4c74ee8
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue