From: Paul E. McKenney Date: Thu, 5 Jan 2023 00:37:55 +0000 (-0800) Subject: drivers/clk: Remove "select SRCU" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22cb284808cb83c94a227893925e4d9cc4384fec;p=linux.git drivers/clk: 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: Michael Turquette Cc: Stephen Boyd Cc: Link: https://lore.kernel.org/r/20230105003813.1770367-9-paulmck@kernel.org Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index d79905f3e1744..b6c5bf69a2b2c 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -23,7 +23,6 @@ menuconfig COMMON_CLK depends on !HAVE_LEGACY_CLK select HAVE_CLK_PREPARE select HAVE_CLK - select SRCU select RATIONAL help The common clock framework is a single definition of struct