]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Remove the declaration of call_rcu() in tree.h
authorLai Jiangshan <jiangshanlai@gmail.com>
Tue, 15 Oct 2019 10:28:46 +0000 (10:28 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 24 Jan 2020 18:33:38 +0000 (10:33 -0800)
commit35d0e324227bd1bb62d657c43ba88df4e7380918
tree0ead5e627081521d6c4240d5f5f1d81650eee6bc
parente34f5e620b35bc38f17c0944802f06be02872a81
rcu: Remove the declaration of call_rcu() in tree.h

The call_rcu() function is an external RCU API that is declared in
include/linux/rcupdate.h.  There is thus no point in redeclaring it
in kernel/rcu/tree.h, so this commit removes that redundant declaration.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree.h