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 <[email protected]> Cc: Michael Turquette <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 1b929c0 commit 22cb284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)