mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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 <paulmck@kernel.org> Reviewed-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
6b37dfcb39
commit
52e0452b41
@@ -118,7 +118,6 @@ config PM_SLEEP
|
|||||||
def_bool y
|
def_bool y
|
||||||
depends on SUSPEND || HIBERNATE_CALLBACKS
|
depends on SUSPEND || HIBERNATE_CALLBACKS
|
||||||
select PM
|
select PM
|
||||||
select SRCU
|
|
||||||
|
|
||||||
config PM_SLEEP_SMP
|
config PM_SLEEP_SMP
|
||||||
def_bool y
|
def_bool y
|
||||||
|
Reference in New Issue
Block a user