summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-08-25 17:09:40 +0200
committerPaul E. McKenney <paulmck@kernel.org>2020-09-17 01:32:36 +0200
commit78edc005f477a4987ee0a5d96bfe117295c231fd (patch)
treee7874895e7bacc7625dbfe62aaf76ff082ef88d9 /tools/Makefile
parentLinux 5.9-rc1 (diff)
downloadlinux-78edc005f477a4987ee0a5d96bfe117295c231fd.tar.xz
linux-78edc005f477a4987ee0a5d96bfe117295c231fd.zip
rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()
Commit 8344496e8b49 ("rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()") introduced conditional compilation of several functions, but forgot one occurrence of show_rcu_tasks_classic_gp_kthread() that causes the compiler to warn of an unused static function. This commit uses "static inline" to avoid these complaints and possibly also to avoid emitting an actual definition of this function. Fixes: 8344496e8b49 ("rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads()") Cc: <stable@vger.kernel.org> # 5.8.x Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/Makefile')
0 files changed, 0 insertions, 0 deletions