[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200130192853.3528-1-krzk@kernel.org>
Date: Thu, 30 Jan 2020 20:28:53 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: "Jason A. Donenfeld" <Jason@...c4.com>,
Shuah Khan <shuah@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Krzysztof Kozlowski <krzk@...nel.org>,
wireguard@...ts.zx2c4.com, netdev@...r.kernel.org,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] wireguard: selftests: Cleanup CONFIG_ENABLE_WARN_DEPRECATED
CONFIG_ENABLE_WARN_DEPRECATED is gone since
commit 771c035372a0 ("deprecate the '__deprecated' attribute warnings
entirely and for good").
Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
---
tools/testing/selftests/wireguard/qemu/debug.config | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config
index b9c72706fe4d..5909e7ef2a5c 100644
--- 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
--
2.17.1
Powered by blists - more mailing lists