kernel: sys_clock: remove stray z_enable_sys_clock prototype
The implementation was removed, but we still have the prototype. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
cc2a558707
commit
b9f8b91692
1 changed files with 0 additions and 4 deletions
|
@ -113,10 +113,6 @@ typedef struct {
|
|||
|
||||
/** @} */
|
||||
|
||||
#ifdef CONFIG_TICKLESS_KERNEL
|
||||
extern void z_enable_sys_clock(void);
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SYS_CLOCK_EXISTS) && \
|
||||
(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC == 0)
|
||||
#error "SYS_CLOCK_HW_CYCLES_PER_SEC must be non-zero!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue