include: remove deprecated <power/power.h> header
<power/power.h> was deprecated in 2.6 in favor of <pm/pm.h>. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
0a1e8dc44b
commit
4ec7cf33dc
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2021 Nordic Semiconductor ASA
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef ZEPHYR_INCLUDE_POWER_POWER_H_
|
|
||||||
#define ZEPHYR_INCLUDE_POWER_POWER_H_
|
|
||||||
|
|
||||||
#warning "<power/power.h> header is deprecated, use <pm/pm.h> instead"
|
|
||||||
|
|
||||||
#include <pm/pm.h>
|
|
||||||
|
|
||||||
#endif /* ZEPHYR_INCLUDE_POWER_POWER_H_ */
|
|
Loading…
Add table
Add a link
Reference in a new issue