]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
timer: Remove redundant __setup_timer*() macros
authorKees Cook <keescook@chromium.org>
Mon, 23 Oct 2017 01:48:43 +0000 (18:48 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 21 Nov 2017 23:57:15 +0000 (15:57 -0800)
commit919b250f8570618e84af544c3e18dad5210eb9b6
tree1d40f3839c10ee62e70b5db4ac5ba30aa3e4a1c0
parent188665b2d67db8953899551d1a9d4481b2a0ac60
timer: Remove redundant __setup_timer*() macros

With __init_timer*() now matching __setup_timer*(), remove the redundant
internal interface, clean up the resulting definitions and add more
documentation.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tejun Heo <tj@kernel.org>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Cc: Shaohua Li <shli@fb.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
include/linux/kthread.h
include/linux/timer.h
include/linux/workqueue.h