Skip to content

Commit 22cb284

Browse files
paulmckrcubebarino
authored andcommitted
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 <paulmck@kernel.org> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: <linux-clk@vger.kernel.org> Link: https://lore.kernel.org/r/20230105003813.1770367-9-paulmck@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 1b929c0 commit 22cb284

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/clk/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ menuconfig COMMON_CLK
2323
depends on !HAVE_LEGACY_CLK
2424
select HAVE_CLK_PREPARE
2525
select HAVE_CLK
26-
select SRCU
2726
select RATIONAL
2827
help
2928
The common clock framework is a single definition of struct

0 commit comments

Comments
 (0)