include: remove deprecated <power/reboot.h> header
<power/reboot.h> was deprecated in 2.6 in favor of <sys/reboot.h> Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a66b79999b
commit
0a1e8dc44b
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_REBOOT_H_
|
|
||||||
#define ZEPHYR_INCLUDE_POWER_REBOOT_H_
|
|
||||||
|
|
||||||
/* NOTE: This header is kept for compatibility but will be deprecated soon */
|
|
||||||
|
|
||||||
#include <sys/reboot.h>
|
|
||||||
|
|
||||||
#endif /* ZEPHYR_INCLUDE_POWER_REBOOT_H_ */
|
|
Loading…
Add table
Add a link
Reference in a new issue