workqueue: Make alloc/apply/free_workqueue_attrs() static
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Jun 2019 14:52:37 +0000 (16:52 +0200)
committerTejun Heo <tj@kernel.org>
Thu, 27 Jun 2019 21:12:15 +0000 (14:12 -0700)
commit2c9858ecbeb1e68224290043445990e29337d4c0
tree5271b3e1cc763cf570ede2bd63fb479523e67c34
parent249155c20f9b0754bc1b932a33344cfb4e0c2101
workqueue: Make alloc/apply/free_workqueue_attrs() static

None of those functions have any users outside of workqueue.c. Confine
them.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c