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:
Gerard Marull-Paretas 2021-04-27 13:02:06 +02:00 committed by Anas Nashif
commit a7e4ae5976

View file

@ -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);