Skip to content

Commit 520bb82

Browse files
committed
drivers/net: 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: "David S. Miller" <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Paolo Abeni <[email protected]> Cc: <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Reviewed-by: John Ogness <[email protected]>
1 parent 9276cf8 commit 520bb82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ config NETCONSOLE_DYNAMIC
334334

335335
config NETPOLL
336336
def_bool NETCONSOLE
337-
select SRCU
338337

339338
config NET_POLL_CONTROLLER
340339
def_bool NETPOLL

0 commit comments

Comments
 (0)