Skip to content

Commit 82669e1

Browse files
t-8chKAGA-KOKO
authored andcommitted
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@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Link: https://lore.kernel.org/all/20250611-selftests-vdso-fixes-v3-2-e62e37a6bcf5@linutronix.de
1 parent 2c0a442 commit 82669e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/vDSO/vdso_test_clock_getres.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
#define _GNU_SOURCE
1515
#include <elf.h>
16-
#include <err.h>
1716
#include <fcntl.h>
1817
#include <stdint.h>
1918
#include <stdio.h>

0 commit comments

Comments
 (0)