include: Fix use of <power.h> -> <power/power.h>

Fix #include <power.h> as it has been deprecated and
should be #include <power/power.h>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-12-09 14:46:31 -06:00 committed by Anas Nashif
commit 82e05450ca
2 changed files with 2 additions and 2 deletions

View file

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

View file

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