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:
parent
f4edd477b7
commit
82e05450ca
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
/*
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue