drivers/base: Remove CONFIG_SRCU
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 23 Nov 2022 00:52:36 +0000 (16:52 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 3 Feb 2023 00:26:05 +0000 (16:26 -0800)
commitdc7c31b07adee585fe567bf44d8ef7f5a12e521a
treebbaaffd416ff6deefc720fa835b83c5cb083ece2
parent1b929c02afd37871d5afb9d498426f83432e71c2
drivers/base: Remove CONFIG_SRCU

Now that the SRCU Kconfig option is unconditionally selected, there is
no longer any point in conditional compilation based on CONFIG_SRCU.
Therefore, remove the #ifdef and throw away the #else clause.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
drivers/base/core.c