Revert "checkpatch: Error out if deprecated RCU API used"
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Tue, 25 Jul 2023 23:29:10 +0000 (23:29 +0000)
committerFrederic Weisbecker <frederic@kernel.org>
Wed, 13 Sep 2023 20:27:15 +0000 (22:27 +0200)
commitff18cb816427c3738d5d3fd23b7939a813935e15
tree5cef25a2b1d3ce5b83e1db6638c05799e7ae4c85
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
Revert "checkpatch: Error out if deprecated RCU API used"

The definition for single-argument kfree_rcu() has been removed,
so that any further attempt to use it will result in a build error.
Because of this build error, there is no longer any need for a special
check in checkpatch.pl.

Therefore, revert commit 1eacac3255495be7502d406e2ba5444fb5c3607c.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
scripts/checkpatch.pl