PM: sleep: Remove "select SRCU"
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 13 Jan 2023 00:11:28 +0000 (16:11 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 20 Jan 2023 16:53:07 +0000 (17:53 +0100)
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>
Reviewed-by: John Ogness <john.ogness@linutronix.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/Kconfig

index 60a1d30..4b31629 100644 (file)
@@ -118,7 +118,6 @@ config PM_SLEEP
        def_bool y
        depends on SUSPEND || HIBERNATE_CALLBACKS
        select PM
-       select SRCU
 
 config PM_SLEEP_SMP
        def_bool y