zephyr/kernel/include
Peter A. Bigot 5639ea07f8 kernel: timeout: remove unused callback parameter from init function
The callback function has been ignored in z_timeout_init() since the
timer rework in fall 2018.  Passing real handlers to it in code is
distracting when they will be overridden by whatever callback is
provided in z_add_timeout().

As this function is an internal API deprecation is not necessary.
Remove the parameter and change all call sites to drop the argument.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-09-28 15:41:18 -04:00
..
gen_offset.h headers: Fix headers guards 2018-09-17 15:49:26 -04:00
kernel_internal.h userspace: adjust arch memory domain interface 2019-08-05 13:25:50 +02:00
kernel_offsets.h kernel: offsets: exclude from coverage 2019-06-25 17:22:34 -07:00
kernel_structs.h userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
ksched.h kernel/sched: Reset time slice on swap in SMP 2019-09-26 16:54:06 -04:00
kswap.h kernel/sched: Reset time slice on swap in SMP 2019-09-26 16:54:06 -04:00
offsets_short.h x86: implement interrupt stack trampoline 2019-02-14 12:46:36 -05:00
syscall_handler.h userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
timeout_q.h kernel: timeout: remove unused callback parameter from init function 2019-09-28 15:41:18 -04:00
wait_q.h cleanup: include/: move misc/rb.h to sys/rb.h 2019-06-27 22:55:49 -04:00