[tip: timers/vdso] selftests: vDSO: clock_getres: Drop unused include of err.h

From: tip-bot2 for Thomas Weißschuh
Date: Tue Jul 01 2025 - 10:07:31 EST


The following commit has been merged into the timers/vdso branch of tip:

Commit-ID: 82669e157bd8abeb08d19c6d597620585ece576a
Gitweb: https://git.kernel.org/tip/82669e157bd8abeb08d19c6d597620585ece576a
Author: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Wed, 11 Jun 2025 12:33:52 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Tue, 01 Jul 2025 15:50:42 +02:00

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 <thomas.weissschuh@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
Link: https://lore.kernel.org/all/20250611-selftests-vdso-fixes-v3-2-e62e37a6bcf5@xxxxxxxxxxxxx

---
tools/testing/selftests/vDSO/vdso_test_clock_getres.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/vDSO/vdso_test_clock_getres.c b/tools/testing/selftests/vDSO/vdso_test_clock_getres.c
index 38d46a8..b5d5f59 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 <elf.h>
-#include <err.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>