diff options
author | Paul E. McKenney <[email protected]> | 2023-01-04 16:37:55 -0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-01-11 11:37:02 -0800 |
commit | 22cb284808cb83c94a227893925e4d9cc4384fec (patch) | |
tree | 6f6035d66fe1e0cc8b4760e38e3a835215e82f69 | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) |
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]>
-rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index d79905f3e174..b6c5bf69a2b2 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 |