Skip to content

Commit a870acc

Browse files
committed
drivers/dax: 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: Dan Williams <[email protected]> Cc: Vishal Verma <[email protected]> Cc: Dave Jiang <[email protected]> Cc: <[email protected]> Acked-by: Dan Williams <[email protected]> Reviewed-by: John Ogness <[email protected]>
1 parent dc7c31b commit a870acc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/dax/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
menuconfig DAX
33
tristate "DAX: direct access to differentiated memory"
4-
select SRCU
54
default m if NVDIMM_DAX
65

76
if DAX

0 commit comments

Comments
 (0)