rcu: Include torture_sched_setaffinity() declaration
authorArnd Bergmann <arnd@arndb.de>
Thu, 3 Aug 2023 14:40:11 +0000 (16:40 +0200)
committerFrederic Weisbecker <frederic@kernel.org>
Sun, 24 Sep 2023 15:24:01 +0000 (17:24 +0200)
commit3853a720f8bce9c5facb593e817f97659cc0512a
tree6725cb88b55335e9b20c28ccbe536080a1368401
parenta741deac787f0d2d7068638c067db20af9e63752
rcu: Include torture_sched_setaffinity() declaration

The prototype for torture_sched_setaffinity() will be moved to a
different header, which will need to be included from update.c to avoid
this W=1 warning:

kernel/rcu/update.c:529:6: error: no previous prototype for 'torture_sched_setaffinity' [-Werror=missing-prototypes]
  529 | long torture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask)

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
kernel/rcu/update.c