]> git.baikalelectronics.ru Git - 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)
commit21e03e5fb61c8b959904845dfd8728b82cfd6c66
tree1d40f3839c10ee62e70b5db4ac5ba30aa3e4a1c0
parentd4d8797799faa67f766e26819edc2e2e024bf2d2
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