From: Paul E. McKenney Date: Thu, 5 Jan 2023 00:38:02 +0000 (-0800) Subject: drivers/opp: Remove "select SRCU" X-Git-Tag: x86-urgent-2023-03-05~7^2~1^5^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cea7be909414d941a4616e6794f4a5282eb6e652;p=users%2Fdwmw2%2Flinux.git drivers/opp: 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 Cc: Viresh Kumar Cc: Nishanth Menon Cc: Stephen Boyd Cc: Signed-off-by: Viresh Kumar --- diff --git a/drivers/opp/Kconfig b/drivers/opp/Kconfig index e8ce47b327359..d7c649a1a981c 100644 --- a/drivers/opp/Kconfig +++ b/drivers/opp/Kconfig @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only config PM_OPP bool - select SRCU help SOCs have a standard set of tuples consisting of frequency and voltage pairs that the device will support per voltage domain. This