[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175137835943.406.13370662736620355400.tip-bot2@tip-bot2>
Date: Tue, 01 Jul 2025 13:59:19 -0000
From:
tip-bot2 for Thomas Weißschuh <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: thomas.weissschuh@...utronix.de, Thomas Gleixner <tglx@...utronix.de>,
Muhammad Usama Anjum <usama.anjum@...labora.com>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: timers/vdso] selftests: vDSO: clock_getres: Drop unused include
of err.h
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@...utronix.de>
AuthorDate: Wed, 11 Jun 2025 12:33:52 +02:00
Committer: Thomas Gleixner <tglx@...utronix.de>
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@...utronix.de>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@...labora.com>
Link: https://lore.kernel.org/all/20250611-selftests-vdso-fixes-v3-2-e62e37a6bcf5@linutronix.de
---
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>
Powered by blists - more mailing lists