From: Paul E. McKenney Date: Wed, 23 Nov 2022 00:59:03 +0000 (-0800) Subject: drivers/dax: Remove "select SRCU" X-Git-Tag: v6.6.7~3507^2~1^5~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a870acc11230d7bf52b9bbeb6c096448f1176964;p=platform%2Fkernel%2Flinux-starfive.git 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 Cc: Dan Williams Cc: Vishal Verma Cc: Dave Jiang Cc: Acked-by: Dan Williams Reviewed-by: John Ogness --- diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig index 5fdf269a..2bf5123 100644 --- a/drivers/dax/Kconfig +++ b/drivers/dax/Kconfig @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig DAX tristate "DAX: direct access to differentiated memory" - select SRCU default m if NVDIMM_DAX if DAX