From: Paul E. McKenney Date: Fri, 13 Jan 2023 00:11:28 +0000 (-0800) Subject: PM: sleep: Remove "select SRCU" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52e0452b413d885d5ab7e3ae85287d67f5a286b2;p=linux.git PM: sleep: 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 Reviewed-by: John Ogness Signed-off-by: Rafael J. Wysocki --- diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 60a1d3051cc79..4b31629c5be4b 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -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