From: Thomas Weißschuh Date: Wed, 11 Jun 2025 10:33:52 +0000 (+0200) Subject: selftests: vDSO: clock_getres: Drop unused include of err.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82669e157bd8abeb08d19c6d597620585ece576a;p=thirdparty%2Flinux.git selftests: vDSO: clock_getres: Drop unused include of err.h Nothing from err.h is used. Drop the include. Signed-off-by: Thomas Weißschuh Signed-off-by: Thomas Gleixner Reviewed-by: Muhammad Usama Anjum Link: https://lore.kernel.org/all/20250611-selftests-vdso-fixes-v3-2-e62e37a6bcf5@linutronix.de --- diff --git a/tools/testing/selftests/vDSO/vdso_test_clock_getres.c b/tools/testing/selftests/vDSO/vdso_test_clock_getres.c index 38d46a8bf7cba..b5d5f59f725a7 100644 --- a/tools/testing/selftests/vDSO/vdso_test_clock_getres.c +++ b/tools/testing/selftests/vDSO/vdso_test_clock_getres.c @@ -13,7 +13,6 @@ #define _GNU_SOURCE #include -#include #include #include #include