Blob Blame History Raw
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: Tue, 4 Feb 2020 22:17:28 +0100
Subject: wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATED
Patch-mainline: v5.6-rc1
Git-commit: 4a2ef721e60f0d2babeb29dbcfe05904b53ea19e
References: bsc#1169021 jsc#SLE-12250

CONFIG_ENABLE_WARN_DEPRECATED is gone since commit 771c035372a0
("deprecate the '__deprecated' attribute warnings entirely and for
good").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Nicolai Stange <nstange@suse.de>
---
 tools/testing/selftests/wireguard/qemu/debug.config |    1 -
 1 file changed, 1 deletion(-)

--- a/tools/testing/selftests/wireguard/qemu/debug.config
+++ b/tools/testing/selftests/wireguard/qemu/debug.config
@@ -1,5 +1,4 @@
 CONFIG_LOCALVERSION="-debug"
-CONFIG_ENABLE_WARN_DEPRECATED=y
 CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_FRAME_POINTER=y
 CONFIG_STACK_VALIDATION=y