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:
Anas Nashif 2023-09-28 01:43:48 +00:00 committed by Carles Cufí
commit b9f8b91692

View file

@ -113,10 +113,6 @@ typedef struct {
/** @} */ /** @} */
#ifdef CONFIG_TICKLESS_KERNEL
extern void z_enable_sys_clock(void);
#endif
#if defined(CONFIG_SYS_CLOCK_EXISTS) && \ #if defined(CONFIG_SYS_CLOCK_EXISTS) && \
(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC == 0) (CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC == 0)
#error "SYS_CLOCK_HW_CYCLES_PER_SEC must be non-zero!" #error "SYS_CLOCK_HW_CYCLES_PER_SEC must be non-zero!"