lib: os: reboot: misc cleanup
Remove redundant includes and out-of-date comment. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
2ec53e99e3
commit
a7e4ae5976
1 changed files with 0 additions and 8 deletions
|
@ -4,16 +4,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file common target reboot functionality
|
||||
*
|
||||
* @details See misc/Kconfig and the reboot help for details.
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <drivers/timer/system_timer.h>
|
||||
#include <sys/printk.h>
|
||||
#include <sys/reboot.h>
|
||||
|
||||
extern void sys_arch_reboot(int type);
|
||||
extern void sys_clock_disable(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue