[PATCH] sparc64_defconfig: correctly set user probes

From: Valentin Rothberg
Date: Tue Dec 13 2016 - 03:23:20 EST


s/UPROBE_EVENTS/UPROBE_EVENT/

Signed-off-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx>
---
arch/sparc/configs/sparc64_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig
index b2e650d1764f..f912fd1f7e32 100644
--- a/arch/sparc/configs/sparc64_defconfig
+++ b/arch/sparc/configs/sparc64_defconfig
@@ -213,7 +213,7 @@ CONFIG_SCHEDSTATS=y
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_BLK_DEV_IO_TRACE=y
-CONFIG_UPROBE_EVENTS=y
+CONFIG_UPROBE_EVENT=y
CONFIG_KEYS=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_TEST=m
--
2.10.2