init: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 23 Nov 2022 02:10:15 +0000 (18:10 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 3 Feb 2023 00:26:06 +0000 (16:26 -0800)
commitbc636dcbf1c482f30a5d59415ba43e9907f97840
tree35e4d8a425dd08b1cd6a05994000078bbc00321f
parentdbea8bcdeda89f1c3808e8eea0e8b5e18582ef8c
init: Remove "select SRCU"

Now that the SRCU Kconfig option is unconditionally selected, there is
no longer any point in selecting it.  Therefore, remove the "select SRCU"
Kconfig statements.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Miguel Ojeda <ojeda@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Aaron Tomlin <atomlin@redhat.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
init/Kconfig