Skip to content

Commit 52e0452

Browse files
paulmckrcurafaeljw
authored andcommitted
PM: sleep: 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]> Reviewed-by: John Ogness <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6b37dfc commit 52e0452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/power/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ config PM_SLEEP
118118
def_bool y
119119
depends on SUSPEND || HIBERNATE_CALLBACKS
120120
select PM
121-
select SRCU
122121

123122
config PM_SLEEP_SMP
124123
def_bool y

0 commit comments

Comments
 (0)