Commit 1ed8a462 authored by Paul E. McKenney's avatar Paul E. McKenney Committed by Tetsuo Handa
Browse files

tomoyo: 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: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
parent 80f8be7a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ config SECURITY_TOMOYO
	select SECURITYFS
	select SECURITY_PATH
	select SECURITY_NETWORK
	select SRCU
	default n
	help
	  This selects TOMOYO Linux, pathname-based access control.